aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-014-12/+57
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-019-3/+68
* Added automated rewriting of the shebang lines on installs through the gem ra...David Heinemeier Hansson2005-01-012-12/+27
* Updated documentation for associations #387 [canadaduane]David Heinemeier Hansson2005-01-011-7/+10
* Fixed some test casesDavid Heinemeier Hansson2005-01-012-3/+2
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]David Heinemeier Hansson2005-01-012-1/+5
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-013-51/+290
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-3111-3/+143
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...David Heinemeier Hansson2004-12-312-0/+4
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-313-5/+8
* Added tests for acts_as_list with scope is null #378 [Tim Bates]David Heinemeier Hansson2004-12-311-0/+6
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-312-2/+5
* Auto-requiring of helpers should stay silent when it isn't found for whatever...David Heinemeier Hansson2004-12-312-1/+3
* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...David Heinemeier Hansson2004-12-311-4/+4
* Fixed quoting in validates_format_of that would allow some rules to pass rega...David Heinemeier Hansson2004-12-313-2/+4
* Fixed that generated action_mailers doesnt need to require the action_mailer ...David Heinemeier Hansson2004-12-312-2/+2
* Fixed broken transactions that were actually only running object-level and no...David Heinemeier Hansson2004-12-301-0/+2
* Restored thread safety to Active Record [andreas]David Heinemeier Hansson2004-12-301-10/+16
* Transactions are now actually working on the database level on save, but thre...David Heinemeier Hansson2004-12-301-1/+2
* Updated Rakefiles for the server moveDavid Heinemeier Hansson2004-12-303-7/+7
* Fixed dependency management to happen in a unified fashion for Active Record ...David Heinemeier Hansson2004-12-301-0/+17
* Include as loaded regardless of successDavid Heinemeier Hansson2004-12-301-6/+9
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-295-18/+5
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-297-127/+613
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@278 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-290-0/+0
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-299-885/+57
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-291-19/+0
* Moved support files into Active SupportDavid Heinemeier Hansson2004-12-296-315/+0
* Moved the cookies fix to cgi_extDavid Heinemeier Hansson2004-12-292-1/+122
* Moved support from both Action Pack and Active Record into a separate module ...David Heinemeier Hansson2004-12-2911-0/+484
* Added documentation for using render_with_layoutDavid Heinemeier Hansson2004-12-291-0/+16
* Added Base.default_timezone accessor that determines whether to use Time.loca...David Heinemeier Hansson2004-12-284-11/+28
* Fixed that the const_missing autoload assumes the requested constant is set b...David Heinemeier Hansson2004-12-282-2/+12
* Added the possibility for adapters to overwrite add_limit! to implement a dif...David Heinemeier Hansson2004-12-283-88/+53
* 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
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-233-3/+22
* 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
* Ignore doc and pkg directoriesDavid Heinemeier Hansson2004-12-230-0/+0
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-226-47/+50
* Added scope option to validation_uniqueness #349 [Kent Sibilev]David Heinemeier Hansson2004-12-223-2/+28
* Added allow_nil options to validates_inclusion_of so that validation is only ...David Heinemeier Hansson2004-12-223-1/+17
* Added work-around for PostgreSQL and the problem of getting fixtures to be cr...David Heinemeier Hansson2004-12-222-0/+21
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-224-5/+11
* You should redirect externally on the default actionDavid Heinemeier Hansson2004-12-221-1/+1
* Forgot to include the new session moduleDavid Heinemeier Hansson2004-12-221-0/+14
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-222-10/+14
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-222-0/+9