aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Check class path for conflicts on generation #640 [bitsweat]David Heinemeier Hansson2005-02-174-4/+4
* Forget to addd thisDavid Heinemeier Hansson2005-02-151-0/+2
* Fixed generated functional test for nested controllers has wrong paths #635David Heinemeier Hansson2005-02-156-17/+20
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-151-1/+6
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-154-6/+2
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-153-4/+5
* No leading returnDavid Heinemeier Hansson2005-02-151-1/+0
* Updated the Rails generator command to workDavid Heinemeier Hansson2005-02-153-4/+4
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-1520-196/+138
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-1519-136/+130
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-1519-130/+136
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-0742-201/+2057
* Moved subclass reloading responsibilities to DependenciesDavid Heinemeier Hansson2005-01-251-3/+1
* New approach to reloading that uses remove_const on ARs and AOs as well as ACsDavid Heinemeier Hansson2005-01-251-21/+6
* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]David Heinemeier Hansson2005-01-241-2/+2
* Added Florian Gross' latest version of Breakpointer and friends that fixes a ...David Heinemeier Hansson2005-01-243-226/+238
* Fixed handling of syntax errors in models that had already been succesfully r...David Heinemeier Hansson2005-01-241-9/+19
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-13/+8
* Brought back reloading of modelsDavid Heinemeier Hansson2005-01-231-1/+1
* Flipped reloads aroundDavid Heinemeier Hansson2005-01-201-1/+1
* Fixed that FCGI can also display SyntaxErrorsDavid Heinemeier Hansson2005-01-201-3/+7
* Made methods class level methods againDavid Heinemeier Hansson2005-01-171-2/+2
* Tagged the 0.9.4 releaseDavid Heinemeier Hansson2005-01-171-68/+72
* Made a bunch of stuff quiet in the docsDavid Heinemeier Hansson2005-01-171-2/+2
* New adventures in dependency reloadingDavid Heinemeier Hansson2005-01-161-1/+1
* New adventures in dependency reloadingDavid Heinemeier Hansson2005-01-161-15/+9
* Went back to original breakpointing as I couldnt make the patches from flgr workDavid Heinemeier Hansson2005-01-153-69/+656
* Fixed some breakpoint issues and made breakpoint_client depend on activerecor...David Heinemeier Hansson2005-01-153-656/+69
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]David Heinemeier Hansson2005-01-151-1/+1
* Fixed that auto reloading would some times not work or would reload the model...David Heinemeier Hansson2005-01-151-50/+60
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...David Heinemeier Hansson2005-01-041-1/+1
* Nuke the controllers after the dispatcher reload to avoid the superclass mism...David Heinemeier Hansson2005-01-021-1/+1
* Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...David Heinemeier Hansson2005-01-021-3/+9
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-291-2/+2
* Touched up wording on the new recommendation stuff for generate modelsDavid Heinemeier Hansson2004-12-231-4/+3
* Added protection for creating a model through the generators with a name of a...David Heinemeier Hansson2004-12-231-0/+27
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...David Heinemeier Hansson2004-12-221-1/+6
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-221-3/+36
* The dispatcher should reload the associations AFTER clearing the inheritable ...David Heinemeier Hansson2004-12-221-1/+1
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-201-1/+1
* Cut down on the documentation visibleDavid Heinemeier Hansson2004-12-161-11/+10
* Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONSDavid Heinemeier Hansson2004-12-161-1/+1
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-3/+1
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-151-2/+2
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Improved the quality of the breakpointing -- especially under FCGIDavid Heinemeier Hansson2004-12-132-5/+8
* Cleaner deactivation of the breakpoint serverDavid Heinemeier Hansson2004-12-122-2/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-121-2/+3
* Breakpointing that works much better with CGI and FCGIDavid Heinemeier Hansson2004-12-122-79/+97