aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-094-1/+18
* Make it clear that we are at script.aculo.us V1.5_rc3 nowThomas Fuchs2005-10-092-2/+2
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-098-281/+458
* Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...Marcel Molina2005-10-081-2/+1
* Compare md5 checksums of files rather than files themselves, as it's far fast...Marcel Molina2005-10-081-1/+2
* Skip directories when checking for identical source and destination files.Marcel Molina2005-10-081-0/+1
* Evaluate dynamic templates before checking if the new file is identical to th...Marcel Molina2005-10-081-5/+13
* Make the generator skip a file if it already exists and is identical to the n...Marcel Molina2005-10-082-3/+12
* Look here, braces: gimme some elbow room. #2418Jeremy Kemper2005-10-081-1/+1
* Dont repeat yourselfDavid Heinemeier Hansson2005-10-061-1/+1
* Dont include script/process dirDavid Heinemeier Hansson2005-10-061-1/+0
* Dont include runDavid Heinemeier Hansson2005-10-062-2/+2
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-0614-11/+42
* Keep Units and Functionals around for those who don't upgrade their app right...Jeremy Kemper2005-10-051-1/+1
* Load plugins lastJamis Buck2005-10-051-1/+2
* prepend to load path before loading the pluginJamis Buck2005-10-051-4/+4
* Add experimental plugin support #2335Jamis Buck2005-10-052-1/+28
* Run set load path so others can do boot and get pathDavid Heinemeier Hansson2005-09-302-6/+7
* Update the spinner to the latest commandsDavid Heinemeier Hansson2005-09-301-2/+2
* Dont redefine RAILS_ENV once setDavid Heinemeier Hansson2005-09-301-3/+1
* Made the order of framework settings significant so config.action_controller....David Heinemeier Hansson2005-09-301-16/+35
* Dont bitch over resetting constDavid Heinemeier Hansson2005-09-291-0/+2
* Clean up the act of commandsDavid Heinemeier Hansson2005-09-298-15/+12
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-2920-22/+24
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-293-36/+10
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+3
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+12
* Dont log it twiceDavid Heinemeier Hansson2005-09-281-4/+1
* Added in-process restarting on USR2 -- still missing a good way to free up th...David Heinemeier Hansson2005-09-281-10/+32
* Forgot about CHANGELOGsThomas Fuchs2005-09-281-0/+2
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-288-736/+2295
* Include additional ticket number that is closed by [2380].Marcel Molina2005-09-281-1/+1
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-284-3/+12
* #2261 was supposed to have been closed as wontfix, not sure why it wasn't,Scott Barron2005-09-272-3/+1
* Ticket 2261 - Include lib/tasks/*.rake in rake statsJeremy Kemper2005-09-272-1/+3
* Update change log for #2297Jeremy Kemper2005-09-271-0/+2
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-272-11/+14
* Make the migration generator only check files ending in *.rb when calculating...Sam Stephenson2005-09-272-1/+3
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-1/+1
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-3/+3
* Added prevention of duplicate migrations from the generator #2240 [fbeausolei...David Heinemeier Hansson2005-09-242-0/+4
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-232-1/+17
* Only configure settings for loaded frameworksDavid Heinemeier Hansson2005-09-221-4/+6
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+1
* Include suggestion for using different socket #1951 [NVRS]David Heinemeier Hansson2005-09-201-2/+4
* Make the reaper slightly more robust in the nudging departmentDavid Heinemeier Hansson2005-09-191-1/+7
* Include ActionView as a configurable frameworkDavid Heinemeier Hansson2005-09-191-1/+1
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2
* Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...David Heinemeier Hansson2005-09-171-2/+3
* Don't set the :MimeTypes option if it is nil (causes routing errors on styles...Jamis Buck2005-09-151-5/+6