aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Make release rake work on 1.8.4David Heinemeier Hansson2006-03-281-2/+2
* 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-282-10/+16
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-272-5/+33
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* effects.js and controls.js fixesThomas Fuchs2006-03-262-4/+5
* When doing svn log -qr HEAD trunk/url, a log message with revision will notScott Barron2006-03-261-1/+1
* one too manyThomas Fuchs2006-03-261-1/+1
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-264-181/+251
* 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
* ST is Cap (closes #4214)David Heinemeier Hansson2006-03-251-2/+2
* Add an integration test generatorJamis Buck2006-03-254-0/+36
* 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-232-4/+12
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-213-0/+26
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-0/+1
* Added sample named route [DHH]David Heinemeier Hansson2006-03-201-2/+5
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* Dont line up that which does notDavid Heinemeier Hansson2006-03-203-5/+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-202-15/+8
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-203-9/+5
* Update docs and index.html [DHH]David Heinemeier Hansson2006-03-202-8/+26
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-194-19/+29
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-196-19/+23
* Fix RailsInfoController.Nicholas Seckar2006-03-193-1/+7
* Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]David Heinemeier Hansson2006-03-191-1/+8
* 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-192-10/+15
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Doc fix (closes #4210) [Caio Chassot ]David Heinemeier Hansson2006-03-181-1/+1
* 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-182-3/+15
* Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]David Heinemeier Hansson2006-03-181-4/+5
* Do not include .svn files in file distro (closes #3195) [jamie@dang.com]David Heinemeier Hansson2006-03-181-0/+1
* 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-143-1/+11
* Don't replace application.js in public/javascripts if it already exists [Cody...Tobias Lütke2006-03-132-3/+8
* Delay rake:uncommitted's execution of `svn status`Nicholas Seckar2006-03-132-5/+9
* Prefer application/xml over text/xml for charset reasonsDavid Heinemeier Hansson2006-03-131-1/+1
* Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.Sam Stephenson2006-03-122-1/+3
* Use the Rake API instead of shelling out to create the tmp directory in comma...Sam Stephenson2006-03-122-2/+9
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-1/+1
* Use accept headersDavid Heinemeier Hansson2006-03-121-1/+2