| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |