aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-251-1/+1
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-091-1/+1
* RAILS_ROOT, pleaseDavid Heinemeier Hansson2006-04-071-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-2/+10
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-061-6/+11
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-3/+4
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-051-2/+20
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-051-0/+1
* A better idea, take the -qr HEAD log as before but use the root of the svnScott Barron2006-04-041-12/+7
* If using svn 1.1.x and no REVISION is specified, give an error messageScott Barron2006-04-041-2/+9
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-031-1/+1
* Ever so lined upDavid Heinemeier Hansson2006-04-031-6/+6
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-032-3/+16
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-031-10/+15
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-1/+1
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-012-3/+7
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-2/+2
* Make Rails::VERSION implicitly loadable. Closes #4491.Nicholas Seckar2006-04-011-0/+0
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+1
* Rails 1.1.0 is realDavid Heinemeier Hansson2006-03-281-1/+1
* Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]David Heinemeier Hansson2006-03-281-1/+1
* Update descriptionDavid Heinemeier Hansson2006-03-281-1/+1
* Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]Michael Koziarski2006-03-281-10/+10
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* When doing svn log -qr HEAD trunk/url, a log message with revision will notScott Barron2006-03-261-1/+1
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-262-10/+3
* Beef up the default test just a tadDavid Heinemeier Hansson2006-03-251-0/+6
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Add an integration test generatorJamis Buck2006-03-253-0/+34
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-1/+1
* Don't polute the top level namespace in the console with ActionView helpers. ...Marcel Molina2006-03-231-2/+10
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-212-0/+16
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* Clearing doesnt need migrationsDavid Heinemeier Hansson2006-03-201-2/+1
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-201-15/+6
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-202-8/+4
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-192-1/+26
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-192-127/+5
* Fix RailsInfoController.Nicholas Seckar2006-03-191-0/+1
* Fix for destroying migrations made when generating a model (closes #4246) [to...David Heinemeier Hansson2006-03-191-2/+5
* Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]David Heinemeier Hansson2006-03-191-10/+13
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Doc fix (closes #4209) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+2
* use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...David Heinemeier Hansson2006-03-181-1/+1
* Added 'port open?' check to the spawner when running in repeat mode so we don...David Heinemeier Hansson2006-03-181-3/+13
* Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]David Heinemeier Hansson2006-03-181-4/+5
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-182-2/+2
* Testing of uncommited should test controllers too (closes #4265) [technomancy...David Heinemeier Hansson2006-03-181-4/+9
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-142-1/+9