| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 1 | -10/+15 |
* | Use --simple-prompt instead of --prompt-mode simple for console compatibility... | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 2 | -3/+7 |
* | Specify gem version in environment.rb | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+2 |
* | Make Rails::VERSION implicitly loadable. Closes #4491. | Nicholas Seckar | 2006-04-01 | 1 | -0/+0 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | Rails 1.1.0 is real | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | 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 | 1 | -10/+10 |
* | Don't raise when the migration file is missing or it'll stop destroy model in | Scott Barron | 2006-03-26 | 1 | -1/+5 |
* | When doing svn log -qr HEAD trunk/url, a log message with revision will not | Scott Barron | 2006-03-26 | 1 | -1/+1 |
* | Dont require rake to run the server, just have a little undryness instead (cl... | David Heinemeier Hansson | 2006-03-26 | 2 | -10/+3 |
* | Beef up the default test just a tad | David Heinemeier Hansson | 2006-03-25 | 1 | -0/+6 |
* | The Ruby path should be a string (closes #4361) [DHH] | David Heinemeier Hansson | 2006-03-25 | 1 | -1/+1 |
* | Add an integration test generator | Jamis Buck | 2006-03-25 | 3 | -0/+34 |
* | Use example.com as standard (closes #4413) [anna] | David Heinemeier Hansson | 2006-03-25 | 1 | -1/+1 |
* | Don't polute the top level namespace in the console with ActionView helpers. ... | Marcel Molina | 2006-03-23 | 1 | -2/+10 |
* | Make all ActionView helpers available in the console for debugging purposes. | Marcel Molina | 2006-03-21 | 2 | -0/+16 |
* | lighttpd.conf should use CWD so the config file is portable across systems, b... | David Heinemeier Hansson | 2006-03-20 | 1 | -3/+4 |
* | Clearing doesnt need migrations | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+1 |
* | Replaced old session rake tasks with db:sessions:create to generate a migrati... | Rick Olson | 2006-03-20 | 1 | -15/+6 |
* | My beautiful eyes [DHH] | David Heinemeier Hansson | 2006-03-20 | 2 | -8/+4 |
* | Reject Ruby 1.8.3 when loading Rails; extract version checking code. | Nicholas Seckar | 2006-03-19 | 2 | -1/+26 |
* | Remove explicit loading of RailsInfo and RailsInfoController. | Nicholas Seckar | 2006-03-19 | 2 | -127/+5 |
* | Fix RailsInfoController. | Nicholas Seckar | 2006-03-19 | 1 | -0/+1 |
* | Fix for destroying migrations made when generating a model (closes #4246) [to... | David Heinemeier Hansson | 2006-03-19 | 1 | -2/+5 |
* | Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -10/+13 |
* | Make generation of namespaced models produce proper migrations #4219 [Caio Ch... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+2 |
* | Doc fix (closes #4209) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 2 | -2/+2 |
* | use cleanpath of config file in lighttpd server script (closes #4203) [Caio C... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Added 'port open?' check to the spawner when running in repeat mode so we don... | David Heinemeier Hansson | 2006-03-18 | 1 | -3/+13 |
* | Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+5 |
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 2 | -2/+2 |
* | Testing of uncommited should test controllers too (closes #4265) [technomancy... | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+9 |
* | Add verification to scaffolds (generated and reflection based). Require POST... | Michael Koziarski | 2006-03-14 | 2 | -1/+9 |
* | Don't replace application.js in public/javascripts if it already exists [Cody... | Tobias Lütke | 2006-03-13 | 1 | -3/+6 |
* | Delay rake:uncommitted's execution of `svn status` | Nicholas Seckar | 2006-03-13 | 1 | -5/+7 |
* | Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. | Sam Stephenson | 2006-03-12 | 1 | -1/+1 |
* | Use the Rake API instead of shelling out to create the tmp directory in comma... | Sam Stephenson | 2006-03-12 | 1 | -2/+7 |
* | Make the 3rd arg optional for #failsafe_response | Rick Olson | 2006-03-08 | 1 | -2/+2 |
* | Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO... | Rick Olson | 2006-03-07 | 1 | -2/+4 |
* | Added tracking of database and framework versions in script/about #4088 [char... | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+26 |
* | Silence the migration messages when importing the schema for tests | Jamis Buck | 2006-03-05 | 1 | -0/+1 |
* | Dont mkdir for each framework now that theyre checked out in their entirety | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+0 |
* | Dont generate migration when doing scaffolding | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+1 |
* | Migrations created alongside models should be called CreateModels not AddMode... | David Heinemeier Hansson | 2006-03-05 | 1 | -2/+2 |
* | Added public/javascripts/application.js as a sample since it'll automatically... | David Heinemeier Hansson | 2006-03-04 | 1 | -15/+6 |
* | Added -a/--with-assets option to rails generator that will include default as... | David Heinemeier Hansson | 2006-03-04 | 1 | -3/+13 |
* | Migrations should use symbols now that the schema dumper is switching to that... | David Heinemeier Hansson | 2006-03-04 | 1 | -3/+3 |