| Commit message (Expand) | Author | Age | Files | Lines |
* | added description for rails generators, and fixed sentence formation for acti... | Rishi Jain | 2014-11-10 | 1 | -0/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+1 |
* | Refactor identifying generator's destination root | Stefan Sprenger | 2011-05-27 | 1 | -5/+2 |
* | Introducing engine commands | Stefan Sprenger | 2011-05-26 | 1 | -1/+6 |
* | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -2/+0 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+3 |
* | remove executable permission from files that don't need it. [#4802 state:reso... | rohit | 2010-06-20 | 1 | -0/+0 |
* | Still copy application configuration to generator even if they are required e... | José Valim | 2010-06-02 | 1 | -0/+1 |
* | Add missing -h/--help flag to several rails command [#3909 status:resolved] | Prem Sichanugrist | 2010-02-10 | 1 | -2/+2 |
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+0 |
* | No more hacks to ensure generators are executed inside Rails.root. | José Valim | 2010-01-07 | 1 | -1/+1 |
* | Refactor generators a little bit. | José Valim | 2009-11-08 | 1 | -0/+3 |
* | Pass config.generators options along when RAILS_GENERATORS is set and show --... | José Valim | 2009-11-03 | 1 | -2/+0 |
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+0 |
* | Use Rails.initialize! where we just want to run the initializers and aren't c... | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
* | Have config/application.rb contain the application definition and require tha... | Carl Lerche | 2009-10-15 | 1 | -1/+1 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+10 |