aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test DateTime native type in migrations. References #7649.Jeremy Kemper2007-03-043-3/+7
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-044-2/+316
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-034-16/+38
* Fix typo in validations documentation. Closes #7669. [ee]Marcel Molina2007-03-031-2/+2
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-034-2/+10
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-034-12/+47
* Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...Jeremy Kemper2007-03-033-35/+88
* Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...Jeremy Kemper2007-03-032-14/+47
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-033-2/+2
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-033-24/+19
* Use to_sentence rather than inspect when reporting which registered plugins a...Marcel Molina2007-03-021-1/+1
* 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