| Commit message (Expand) | Author | Age | Files | Lines |
* | Its 2006, not 2005 | David Heinemeier Hansson | 2006-04-16 | 1 | -2/+2 |
* | Use Aras RubyForge uploader | David Heinemeier Hansson | 2006-04-09 | 1 | -113/+6 |
* | Include the calculations fix for a new release of AR | David Heinemeier Hansson | 2006-04-09 | 1 | -2/+2 |
* | Prepare for tiny release of 1.1.2 | David Heinemeier Hansson | 2006-04-09 | 2 | -2/+2 |
* | RAILS_ROOT, please | David Heinemeier Hansson | 2006-04-07 | 1 | -1/+1 |
* | Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen... | David Heinemeier Hansson | 2006-04-07 | 3 | -24/+41 |
* | Don't match commented out RAILS_GEM_VERSIONs. | Nicholas Seckar | 2006-04-07 | 3 | -2/+6 |
* | Fixed that template extensions would be cached development mode #4624 [Stefan... | David Heinemeier Hansson | 2006-04-06 | 1 | -0/+1 |
* | Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45... | Rick Olson | 2006-04-06 | 2 | -6/+13 |
* | Update versions for Rails 1.1.1 | David Heinemeier Hansson | 2006-04-06 | 3 | -8/+8 |
* | Update to Prototype 1.5.0_rc0 | Sam Stephenson | 2006-04-06 | 2 | -44/+34 |
* | Fixed that the -r/--ruby path option of the rails command was not being respe... | David Heinemeier Hansson | 2006-04-06 | 2 | -3/+6 |
* | Added that Dispatcher exceptions should not be shown to the user unless a def... | David Heinemeier Hansson | 2006-04-05 | 2 | -2/+22 |
* | Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u... | David Heinemeier Hansson | 2006-04-05 | 2 | -0/+3 |
* | Note difference between fcgis | David Heinemeier Hansson | 2006-04-05 | 1 | -2/+4 |
* | A better idea, take the -qr HEAD log as before but use the root of the svn | Scott Barron | 2006-04-04 | 1 | -12/+7 |
* | If using svn 1.1.x and no REVISION is specified, give an error message | Scott Barron | 2006-04-04 | 1 | -2/+9 |
* | Reformatted for better readability [DHH] | David Heinemeier Hansson | 2006-04-04 | 1 | -12/+13 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 3 | -2/+7 |
* | Install alias so Rails::InfoController is accessible at /rails_info. Closes #... | Nicholas Seckar | 2006-04-03 | 3 | -0/+6 |
* | Ever so lined up | David Heinemeier Hansson | 2006-04-03 | 1 | -6/+6 |
* | Fixed that spawner should daemonize if running in repeat mode [DHH] | David Heinemeier Hansson | 2006-04-03 | 3 | -3/+18 |
* | Show tag properly in about | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+1 |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 3 | -11/+22 |
* | Fix rails info for when js is off (closes #4472) [erik@codefaktor.de] | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | Applied Prototype $() performance patches (#4465, #4477) and updated script.a... | Thomas Fuchs | 2006-04-01 | 4 | -75/+304 |
* | railties Rakefile refers to old rails_version.rb location (closes #4530) [wil... | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | Use --simple-prompt instead of --prompt-mode simple for console compatibility... | David Heinemeier Hansson | 2006-04-01 | 2 | -1/+3 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 5 | -6/+19 |
* | Exit when no gem is found; expand on error message | Nicholas Seckar | 2006-04-01 | 1 | -1/+5 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -2/+0 |
* | Specify gem version in environment.rb | David Heinemeier Hansson | 2006-04-01 | 3 | -8/+21 |
* | Make Rails::VERSION implicitly loadable. Closes #4491. | Nicholas Seckar | 2006-04-01 | 2 | -0/+2 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 3 | -2/+9 |
* | Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net] | David Heinemeier Hansson | 2006-03-30 | 2 | -4/+9 |
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 4 | -23/+23 |
* | Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf... | David Heinemeier Hansson | 2006-03-29 | 2 | -1/+7 |
* | Rails 1.1.0 is real | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 2 | -6/+6 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 1 | -0/+2 |
* | Make release rake work on 1.8.4 | David Heinemeier Hansson | 2006-03-28 | 1 | -2/+2 |
* | Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de] | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Allow load_fixtures to load a subset of total fixture data. [Chad Fowler] | Michael Koziarski | 2006-03-28 | 2 | -10/+16 |
* | Speedup for sortable with handles initialization in rails trunk too | Thomas Fuchs | 2006-03-27 | 2 | -4/+5 |
* | Update to Prototype 1.5.0_pre1 | Sam Stephenson | 2006-03-27 | 2 | -5/+33 |
* | Don't raise when the migration file is missing or it'll stop destroy model in | Scott Barron | 2006-03-26 | 1 | -1/+5 |
* | effects.js and controls.js fixes | Thomas Fuchs | 2006-03-26 | 2 | -4/+5 |
* | When doing svn log -qr HEAD trunk/url, a log message with revision will not | Scott Barron | 2006-03-26 | 1 | -1/+1 |