aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added search through session to clear out association caches at the end of ea...David Heinemeier Hansson2004-12-222-0/+5
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-223-3/+17
* Added more informative exceptions in establish_connection #356 [bitsweat]David Heinemeier Hansson2004-12-222-4/+5
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-222-1/+4
* Fixed that overriding an attribute's accessor would be disregarded by add_on_...David Heinemeier Hansson2004-12-222-4/+12
* 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
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-223-8/+5
* The dispatcher should reload the associations AFTER clearing the inheritable ...David Heinemeier Hansson2004-12-221-1/+1
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-224-18/+20
* Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...David Heinemeier Hansson2004-12-213-8/+26
* Added acts instead of mixinsDavid Heinemeier Hansson2004-12-211-2/+2
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-212-1/+3
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-212-8/+9
* Deal with associated classes that doesnt reside in their own filesDavid Heinemeier Hansson2004-12-201-1/+7
* Checked in the proper version of const_missingDavid Heinemeier Hansson2004-12-201-17/+17
* Forgot a "or" in InflectorDavid Heinemeier Hansson2004-12-201-1/+1
* Switched strategy on the id_before_type_cast problem and just did an explicit...David Heinemeier Hansson2004-12-201-1/+5