| Commit message (Expand) | Author | Age | Files | Lines |
* | Just provide the executable for railtie. This should be fine since Rubygems n... | José Valim | 2011-09-12 | 1 | -1/+6 |
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -0/+0 |
* | Copy the bin to railties so it also works if you don't have the rails gem. | José Valim | 2011-06-28 | 1 | -0/+2 |
* | moved rails binary to rails gem, so rubygems can find specific versions of ra... | Felipe Rodrigues | 2010-04-12 | 1 | -30/+0 |
* | let the rails command recurse upwards looking for script/rails, and exec ruby... | David Heinemeier Hansson | 2010-02-25 | 1 | -9/+28 |
* | Make bin/rails call rails/commands/application, fix generators usage and upda... | José Valim | 2010-02-03 | 1 | -23/+4 |
* | Removed all the default commands in script/* and replaced them with script/ra... | David Heinemeier Hansson | 2010-02-02 | 1 | -22/+25 |
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 1 | -1/+1 |
* | Fix the i18n dependency problem | David Heinemeier Hansson | 2009-12-27 | 1 | -1/+1 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -3/+4 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -0/+1 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -4/+14 |
* | Change current sstructure. | José Valim | 2009-06-23 | 1 | -2/+2 |
* | Added a generator file responsable for loading generator files. | José Valim | 2009-06-23 | 1 | -1/+3 |
* | Added metal generator. | José Valim | 2009-06-23 | 1 | -1/+1 |
* | Use Rails generators files organization. | José Valim | 2009-06-23 | 1 | -1/+1 |
* | When rails is invoked without args, be sure that help is called. | José Valim | 2009-06-19 | 1 | -0/+2 |
* | bin/rails uses the new generator. | José Valim | 2009-06-19 | 1 | -11/+2 |
* | Added a couple more options to app generator. | José Valim | 2009-06-19 | 1 | -1/+1 |
* | Add "-m/--template" option to Rails generator to apply template to generated ... | Jeremy McAnally | 2008-12-02 | 1 | -0/+1 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+4 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -0/+5 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | Reject Ruby 1.8.3 when loading Rails; extract version checking code. | Nicholas Seckar | 2006-03-19 | 1 | -18/+1 |
* | Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH] | David Heinemeier Hansson | 2006-03-19 | 1 | -1/+8 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -1/+1 |
* | Require rails_version instead of version | Jamis Buck | 2005-10-10 | 1 | -1/+1 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 1 | -0/+4 |
* | r2960@asus: jeremy | 2005-07-09 02:12:35 -0700 | Jeremy Kemper | 2005-07-09 | 1 | -1/+10 |
* | Added graceful exit from pressing CTRL-C during the run of the rails command ... | David Heinemeier Hansson | 2005-05-21 | 1 | -1/+3 |
* | Removed a fix that was caused by a bug in RubyGems 0.8.5 | David Heinemeier Hansson | 2005-02-28 | 1 | -2/+0 |
* | Slicker way of quiting on less than Ruby 1.8.2 | David Heinemeier Hansson | 2005-02-27 | 1 | -1/+1 |
* | Added early failure if the Ruby version isn't 1.8.2 or above #735 | David Heinemeier Hansson | 2005-02-27 | 1 | -1/+4 |
* | Fixed the missing shebang in main "rails" script #736 | David Heinemeier Hansson | 2005-02-27 | 1 | -0/+1 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -3/+0 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+3 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -3/+0 |
* | Added new generator framework that informs about its doings on generation and... | David Heinemeier Hansson | 2005-02-07 | 1 | -27/+6 |
* | Cut dependency on dev-utils by using included breakpoint lib | David Heinemeier Hansson | 2004-12-13 | 1 | -1/+1 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+28 |