aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that generate scaffold would produce bad functional testsDavid Heinemeier Hansson2005-01-223-12/+19
* Fixed no-binding fragment cachingDavid Heinemeier Hansson2005-01-203-8/+8
* Removed the need for passing the binding when using CacheHelper#cacheDavid Heinemeier Hansson2005-01-203-7/+9
* Flipped reloads aroundDavid Heinemeier Hansson2005-01-201-1/+1
* Fixed that FCGI can also display SyntaxErrorsDavid Heinemeier Hansson2005-01-201-3/+7
* Deactivated RAW_POST_DATA pending fixDavid Heinemeier Hansson2005-01-201-1/+1
* A few missing filesDavid Heinemeier Hansson2005-01-204-1/+88
* Added TestResponse#binary_content that'll return as a string the data sent th...David Heinemeier Hansson2005-01-202-0/+19
* Replaced === checks with is_a? checks #502, #82 [Marcel Molina]David Heinemeier Hansson2005-01-204-7/+7
* Fixed that column aliases didn't work as expected with the new MySql411 drive...David Heinemeier Hansson2005-01-202-1/+3
* Fixed that find_all would produce invalid sql when called sequentialy #490 [S...David Heinemeier Hansson2005-01-202-1/+6
* Added @request.env['RAW_POST_DATA'] for people who need access to the data be...David Heinemeier Hansson2005-01-203-0/+4
* Fixed that all redirect and render calls now return true, so you can use the ...David Heinemeier Hansson2005-01-204-7/+74