about summary refs log tree commit diff
path: root/doc/languages-frameworks/ruby.xml
Commit message (Collapse)AuthorAge
* nixpkgs docs: format =)Graham Christensen2018-05-01
|
* ruby docs: improve examplenonsequitur2017-08-15
| | | | 1. Call `nix-build` with `--no-out-link` to avoid cluttering the source dir. 2. Re-add `patchShebangs`, since `buildCommand` doesn't imply a patch phase. (It was my fault to remove this in the first place, sorry!)
* ruby docs: simplify examplenonsequitur2017-08-08
| | | The 'phases' attribute is unneeded and misleading
* ruby docs: fix text and example (#28006)nonsequitur2017-08-07
| | | | | 1. 'wrapper' has been renamed to 'wrappedRuby', so use this instead. 2. mkDerivation isn't called with a 'src' attribute, so skip the 'unpackPhase' to avoid an error. 3. Simplify the build command. 'mkdir' and 'patchShebangs' don't need to be called explicitly.
* nixpkgs-manual: fix build, reindentFranz Pletz2017-07-29
| | | | cc #25980
* Grammar, spelling fixed.Judson2017-07-05
|
* Adding docs for bundlerApp.Judson2017-07-02
|
* bundix: 2.0.8 -> 2.1.0 (#25129)Nick Novitski2017-04-23
|
* docs: gemdir is now preferred attribute for bundlerEnvJörg Thalheim2017-01-18
|
* ruby docs: improve the exampleVladimír Čunát2016-03-20
| | | | | | | | | - missing cd command - invoke bundler through nix-shell, so it doesn't need to be on $PATH Note: running bundix through nix-shell won't work ATM, as the shell sets SSL_CERT_FILE=/no-cert-file.crt which prevents fetching throug https. - use version from gemset to simplify updating - don't break line in meta.description
* manual: fix meta.description in ruby example expressionJoachim Fasting2016-03-18
| | | | Noted by @namore on github
* nix manual: add bundlerEnv.env and .wrapper items descriptionsNikolay Amiantov2016-01-21
|
* nixpkgs manual: split languages into separate filesVladimír Čunát2015-12-19
There's no change in content except for amending the title of the section to mention "frameworks", as e.g. I don't consider Qt a language, and it's likely there will be more of similar cases in future. To be certain, I checked diff of the generated HTMLs.