aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-0735-92/+94
* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...David Heinemeier Hansson2005-02-071-2/+9
* Added that running test_units and test_functional now performs the clone_stru...David Heinemeier Hansson2005-02-072-1/+5
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-0718-32/+558
* Dont call id explicitly to do reloading that way we get rid of the warnings #...David Heinemeier Hansson2005-02-072-11/+11
* Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]David Heinemeier Hansson2005-02-072-6/+7
* Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]David Heinemeier Hansson2005-02-073-4/+13
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-0761-644/+1850
* Minor refactoring to prettifyDavid Heinemeier Hansson2005-02-061-8/+3
* Prepared for 0.9.5 releaseDavid Heinemeier Hansson2005-01-258-8/+14
* Catch ArgumentError not NameErrorDavid Heinemeier Hansson2005-01-251-1/+1
* Updated documentation for serializeDavid Heinemeier Hansson2005-01-251-2/+0
* Updated documentation for serializeDavid Heinemeier Hansson2005-01-252-4/+5
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-253-20/+17
* Raise LoadErrors separatelyDavid Heinemeier Hansson2005-01-252-2/+4
* Moved subclass reloading responsibilities to DependenciesDavid Heinemeier Hansson2005-01-252-3/+5
* Comply to the new dependency reload systemDavid Heinemeier Hansson2005-01-251-1/+1
* New approach to reloading that uses remove_const on ARs and AOs as well as ACsDavid Heinemeier Hansson2005-01-252-35/+10
* Added methods for removing subclasses -- couldnt make it work with the regula...David Heinemeier Hansson2005-01-252-0/+45
* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]David Heinemeier Hansson2005-01-252-6/+17
* Added the option of supplying an array of ids and attributes to Base#update, ...David Heinemeier Hansson2005-01-256-74/+81
* Fixed documentation #538David Heinemeier Hansson2005-01-251-1/+1
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-254-13/+25
* The create and build methods are only available for has_one/belongs_to if an ...David Heinemeier Hansson2005-01-251-2/+3
* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]David Heinemeier Hansson2005-01-242-2/+4
* Applied the dblack patchDavid Heinemeier Hansson2005-01-242-0/+32
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-241-0/+2
* Fetch from current dirDavid Heinemeier Hansson2005-01-241-518/+518
* Added Base.update_collection that can update an array of id/attribute pairs, ...David Heinemeier Hansson2005-01-242-1/+59
* Added support for automatic id-based indexing for lists of items #532 [dblack]David Heinemeier Hansson2005-01-241-0/+14
* Added :application_prefix to url_for and friends that makes it easier to setu...David Heinemeier Hansson2005-01-243-1/+25
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-243-1/+42
* Added Florian Gross' latest version of Breakpointer and friends that fixes a ...David Heinemeier Hansson2005-01-246-838/+841
* Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...David Heinemeier Hansson2005-01-242-7/+14
* Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]David Heinemeier Hansson2005-01-242-26/+40
* Added that update_all calls sanitize_sql on its updates argument, so stuff li...David Heinemeier Hansson2005-01-243-1/+6
* Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...David Heinemeier Hansson2005-01-243-1/+28
* Fixed install.rb filesDavid Heinemeier Hansson2005-01-242-4/+20
* Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe...David Heinemeier Hansson2005-01-242-1/+5
* Added bind-named arrays for interpolating a group of ids or strings in condit...David Heinemeier Hansson2005-01-243-4/+23
* Added that has_and_belongs_to_many associations with additional attributes al...David Heinemeier Hansson2005-01-244-18/+54
* Fixed that records fetched with piggy-back attributes or through rich has_and...David Heinemeier Hansson2005-01-243-2/+24
* Fixed handling of syntax errors in models that had already been succesfully r...David Heinemeier Hansson2005-01-243-9/+42
* Minor tweakDavid Heinemeier Hansson2005-01-241-1/+1
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-19/+18
* Another swing at reloadingDavid Heinemeier Hansson2005-01-243-15/+13
* Brought back reloading of modelsDavid Heinemeier Hansson2005-01-232-1/+7
* Added mass-assignment protection for the inheritance column -- regardless of ...David Heinemeier Hansson2005-01-233-3/+17
* Fixed that association proxies would fail === tests like PremiumSubscription ...David Heinemeier Hansson2005-01-233-0/+11
* Fixed that the content-header was being set to application/octet_stream inste...David Heinemeier Hansson2005-01-222-1/+3