Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ApplicationMailer should be generated by default just like every other ↵ | David Heinemeier Hansson | 2015-12-17 | 1 | -2/+1 |
| | | | | Application* parent | ||||
* | Remove unneeded generator variable. | Kasper Timm Hansen | 2015-09-22 | 1 | -1/+0 |
| | |||||
* | Removed mocha from Railites PluginGeneratorTest | Ronak Jangir | 2015-09-22 | 1 | -14/+35 |
| | |||||
* | Display a more human readable list of reserved names | Robin Dupret | 2015-07-01 | 1 | -1/+1 |
| | | | | | Interpolating an array inside a String will call #inspect on it. Let's call #join to display a more human-readable error message. | ||||
* | Removed duplicate test cases for template execution | Ronak Jangir | 2015-06-04 | 1 | -9/+0 |
| | |||||
* | Omit .keep in .gitignore when generated with --skip-keeps. | Ben Pickles | 2015-05-22 | 1 | -1/+5 |
| | |||||
* | list reserved words in generator error | Sean Linsley | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Change option description and update test names | Melanie Gilman | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 1 | -1/+1 |
| | | | | Rails no longer generates Test::Unit files by default. | ||||
* | Swallow bundler exceptions when running tests | Robin Dupret | 2014-04-27 | 1 | -5/+8 |
| | | | | Let's avoid useless output when testing stuff related to Bundler. | ||||
* | Install Spring preloader when generating new applications | Jon Leighton | 2013-12-03 | 1 | -6/+10 |
| | |||||
* | Don't require using application_name before options | Piotr Sarnacki | 2013-09-13 | 1 | -5/+0 |
| | | | | | | | | | | | | Before this commit options for `rails new` and `rails plugin new` had to be passed in a strict order, trying to execute a following command: rails new -J path/to/app resulted in an error. This commit fixes the situation and allows to pass path to app anywhere after `new` | ||||
* | Fix Typo existant -> existent [ci skip] | Prathamesh Sonpatki | 2013-05-08 | 1 | -2/+2 |
| | |||||
* | Remove `--builder` option from `rails` command | Prem Sichanugrist | 2013-02-24 | 1 | -58/+0 |
| | | | | | | | Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider using application template instead. See this guide for more detail: http://guides.rubyonrails.org/rails_application_templates.html | ||||
* | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 1 | -3/+3 |
| | | | | see: https://github.com/blog/1406-namespaced-gists | ||||
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵ | Jeremy Kemper | 2013-01-06 | 1 | -2/+2 |
| | | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' | ||||
* | fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057 | Akira Matsuda | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | Revert "Install binstubs by default" | Jeremy Kemper | 2012-12-28 | 1 | -3/+3 |
| | | | | | | This reverts commit f34c27a452418d8aa17f92bb0fd7ae97b5f7e252. We'll be taking a different tack on this with new `bundle binstubs <gem>` support. | ||||
* | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 1 | -10/+0 |
| | | | | | This reverts commit 7173c4f931c9026bd3bc0b644d93dae744433f09. This reverts commit a562f9fa09967eba26dff1c3bc8aa85b6f0a72ff. | ||||
* | Detect rbenv and update the shebang | Yehuda Katz | 2012-12-22 | 1 | -0/+10 |
| | |||||
* | Install binstubs by default | Yehuda Katz | 2012-12-22 | 1 | -3/+3 |
| | |||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -7/+7 |
| | |||||
* | change app/plugin generators to be more SCM agnostic | Derek Prior | 2012-09-12 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | Users of other SCM's can now generate rails apps that will add the "empty" directories to source control, but will not have a useless .gitignore or mis-named .gitkeep files. * Change `rails new` and `rails plugin new` generators to name the `.gitkeep` as `.keep` in a more SCM-agnostic way. * Change `--skip-git` option to only skip the `.gitignore` file and still generate the `.keep` files. * Add `--skip-keeps` option to skip the `.keep` files. It closes #2800. | ||||
* | Fix build for railties generators | Arun Agrawal | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | build fix for SharedGeneratorTests | Arun Agrawal | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | Fix tests | Piotr Sarnacki | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Remove duplicated tests from shared generator | Carlos Antonio da Silva | 2012-03-14 | 1 | -15/+0 |
| | | | | [Carlos Antonio da Silva & Santiago Pastorino] | ||||
* | Depend on 4.0.0.beta gems. Use https for github urls. | Jeremy Kemper | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Warnings removed for using shadow variable. | Arun Agrawal | 2011-09-04 | 1 | -2/+2 |
| | |||||
* | Generate script/rails only if --full is given | Stefan Sprenger | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | application and plugin generation run bundle install unless --skip-gemfile ↵ | Xavier Noria | 2011-05-14 | 1 | -2/+11 |
| | | | | or --skip-bundle | ||||
* | use #quietly in a few places, and s/silence/capture/ where intention is capture | Xavier Noria | 2011-05-13 | 1 | -8/+8 |
| | |||||
* | say silence when you mean silence | Xavier Noria | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | application and plugin generation run bundle check unless --skip-gemfile | Xavier Noria | 2011-05-13 | 1 | -7/+16 |
| | | | | | | | The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something. | ||||
* | removes duplicate tests | Xavier Noria | 2011-05-13 | 1 | -13/+0 |
| | |||||
* | adds comments clarifying the role of SharedGeneratorTests | Xavier Noria | 2011-05-07 | 1 | -0/+3 |
| | |||||
* | Fix test for prepend giving a false positive. [#5716 state:resolved] | Aditya Sanghi | 2011-03-23 | 1 | -2/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | use parens and silence ambiguous args warnings | Jack Dempsey | 2011-03-14 | 1 | -12/+12 |
| | |||||
* | Application templates should work with HTTPS too | Mikel Lindsaar | 2010-11-27 | 1 | -0/+9 |
| | |||||
* | Properly skip test unit in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | Properly handle other databases in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | Make tests for app and plugin generators more DRY | Piotr Sarnacki | 2010-11-02 | 1 | -0/+177 |