aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Went back to original breakpointing as I couldnt make the patches from flgr workDavid Heinemeier Hansson2005-01-154-70/+656
* Fixed some breakpoint issues and made breakpoint_client depend on activerecor...David Heinemeier Hansson2005-01-154-656/+70
* Removed the Ruby 1.8.2 test/unit fix as it didnt work anywayDavid Heinemeier Hansson2005-01-151-2/+0
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]David Heinemeier Hansson2005-01-152-1/+3
* Fixed log file permissions to be 666 instead of 777 (so they're not executabl...David Heinemeier Hansson2005-01-155-5/+7
* Fixed that auto reloading would some times not work or would reload the model...David Heinemeier Hansson2005-01-152-50/+62
* Fixed page caching problems with saving cached file fails for the index actio...David Heinemeier Hansson2005-01-152-6/+34
* Added the option to specify a controller name to "generate scaffold" and made...David Heinemeier Hansson2005-01-136-19/+34
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da...David Heinemeier Hansson2005-01-113-14/+17
* Fixed script/console to work with Windows (that requires the use of irb.bat) ...David Heinemeier Hansson2005-01-102-2/+9
* Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2David Heinemeier Hansson2005-01-101-0/+2
* Added rewrite conditions needed for page caching to workDavid Heinemeier Hansson2005-01-081-0/+6
* Fixed WEBrick servlet slowdown over time by restricting the load path reloadi...David Heinemeier Hansson2005-01-062-1/+3
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...David Heinemeier Hansson2005-01-042-1/+6
* Include package dependency informationDavid Heinemeier Hansson2005-01-041-0/+2
* Upgrade the dependencies of the Rails gemDavid Heinemeier Hansson2005-01-041-3/+3
* Prepared for release of 0.9.3David Heinemeier Hansson2005-01-042-9/+9
* Added support for SQLite in the auto-dumping/importing of schemas for develop...David Heinemeier Hansson2005-01-032-0/+8
* 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-023-4/+12
* Added automated rewriting of the shebang lines on installs through the gem ra...David Heinemeier Hansson2005-01-012-12/+27
* Fixed that generated action_mailers doesnt need to require the action_mailer ...David Heinemeier Hansson2004-12-312-2/+2
* Updated Rakefiles for the server moveDavid Heinemeier Hansson2004-12-301-2/+2
* Fixed dependency management to happen in a unified fashion for Active Record ...David Heinemeier Hansson2004-12-301-0/+17
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-294-9/+5
* Added ActionMailer::Base.deliver_method = :test to the test environment so th...David Heinemeier Hansson2004-12-232-2/+3
* Added ActionMailer::Base.raise_delivery_errors = false to the test environmen...David Heinemeier Hansson2004-12-232-0/+3
* WordNet not NetsDavid Heinemeier Hansson2004-12-231-1/+1
* Touched up wording on the new recommendation stuff for generate modelsDavid Heinemeier Hansson2004-12-232-7/+7
* Added protection for creating a model through the generators with a name of a...David Heinemeier Hansson2004-12-237-5/+71
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-222-5/+7
* You should redirect externally on the default actionDavid Heinemeier Hansson2004-12-221-1/+1
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...David Heinemeier Hansson2004-12-222-1/+8
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-223-7/+42
* 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-202-1/+3
* Added graceful handling of an inaccessible log file by redirecting output to ...David Heinemeier Hansson2004-12-193-3/+25
* Updated the documentation #329 [rainmkr]David Heinemeier Hansson2004-12-191-5/+5
* Added support for a -h/--help parameter in the generator #331 [Ulysses]David Heinemeier Hansson2004-12-192-0/+4
* File.expand_path in config/environment.rb would fail when dealing with symlin...David Heinemeier Hansson2004-12-183-2/+7
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@205 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-171-0/+1
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@203 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-171-1/+1
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-173-4/+12
* 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
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-161-1/+1
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-164-6/+39
* Updated documentationDavid Heinemeier Hansson2004-12-162-1/+45
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* Needed to update the server root for the new placementDavid Heinemeier Hansson2004-12-161-1/+1