aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-028-120/+151
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-029-192/+338
* Dispatcher test requires abstract_unit. Cleanup abstract_unit.Jeremy Kemper2007-03-012-8/+3
* Options are more often than not meaningless babble, just go nondescript insteadDavid Heinemeier Hansson2007-03-011-2/+2
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-283-1/+4
* Add missing filesMichael Koziarski2007-02-282-0/+43
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...Michael Koziarski2007-02-272-0/+4
* Add File.atomic_write to prevent users from seeing half written files. Usefu...Michael Koziarski2007-02-273-0/+52
* session_enabled? works with session :off. Closes #6680.Jeremy Kemper2007-02-273-1/+14
* boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...Rick Olson2007-02-271-6/+6
* set the RAILS_ROOT for script/plugin if it's not set alreadyRick Olson2007-02-271-0/+1
* Added assumption that all plugin creators desire to be sharing individuals an...David Heinemeier Hansson2007-02-274-1/+33
* mysql.rb ignores IOError in finalizer when socket is already closedJeremy Kemper2007-02-261-1/+5
* Added :port and :host handling to UrlRewriter (which unified url_for usage, r...David Heinemeier Hansson2007-02-253-2/+32
* Doc fixesDavid Heinemeier Hansson2007-02-251-36/+53
* Allow send_file/send_data to use a registered mime type as the :type paramete...David Heinemeier Hansson2007-02-253-3/+7
* Allow routing requirements on map.resource(s) (closes #7633) [quixoten]David Heinemeier Hansson2007-02-253-8/+44
* Fixed broken testDavid Heinemeier Hansson2007-02-251-2/+5
* Moved perform_caching test set up into test's setup to fix a dependence fragi...David Heinemeier Hansson2007-02-251-1/+4
* Added source-annotations extractor tasks to rake [Jamis Buck]David Heinemeier Hansson2007-02-252-0/+86
* Setting fixtures automatically for integration tests is a bit harder -- will ...David Heinemeier Hansson2007-02-252-0/+5
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-258-4/+31
* Cookie session store: empty and unchanged sessions don't write a cookie.Jeremy Kemper2007-02-253-2/+19
* Allow users to provide custom formatters to Logger. [aeden] Closes #7106, #2484Michael Koziarski2007-02-253-4/+53
* fix app generatorRick Olson2007-02-242-3/+13
* Make it a default assumption that you want all helpers, all the time (yeah, y...David Heinemeier Hansson2007-02-241-0/+1
* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...David Heinemeier Hansson2007-02-244-6/+45
* No s on configDavid Heinemeier Hansson2007-02-231-2/+2
* Include two default initializers as examplesDavid Heinemeier Hansson2007-02-234-3/+21
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-235-19/+38
* Move session settings closer togetherDavid Heinemeier Hansson2007-02-231-7/+7
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-224-2/+114
* Fix broken testsJamis Buck2007-02-221-7/+7
* Ruby 1.8.6 compatibility.Jeremy Kemper2007-02-221-3/+3
* Integration tests: introduce methods for other HTTP methods. Closes #6353.Jeremy Kemper2007-02-223-2/+41
* Use the query cache iff Active Record is configured.Jeremy Kemper2007-02-221-8/+16
* CGI escape the session cookie.Jeremy Kemper2007-02-222-4/+4
* Oops, don't omit the session_key since it's used as the cookie name.Jeremy Kemper2007-02-221-1/+4
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-223-7/+9
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-213-3/+8
* Added database connection as a yield parameter to ActiveRecord::Base.transact...David Heinemeier Hansson2007-02-214-2/+44
* Fixed query cache when multiple database connections were involvedTobias Lütke2007-02-212-2/+13
* Enable active record cache automatically for all actionsTobias Lütke2007-02-213-16/+44
* Added subdirectory testDavid Heinemeier Hansson2007-02-211-0/+16
* Make sure that the filesystem is not involved with asset hostingDavid Heinemeier Hansson2007-02-212-12/+26
* Routing: better support for escaped values in route segments. Closes #7544.Jeremy Kemper2007-02-213-6/+55
* Introduce a cookie-based session store as the Rails default. Sessions typical...Jeremy Kemper2007-02-215-3/+257
* Make assert_select access content_type through accessor instead of headerDavid Heinemeier Hansson2007-02-211-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-21144-378/+841
* You can now use cache in instance hierachies. This allows ActiveRecord::Base....Tobias Lütke2007-02-202-5/+33