aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finished documentation for cachingDavid Heinemeier Hansson2005-01-152-64/+105
* Went back to original breakpointing as I couldnt make the patches from flgr workDavid Heinemeier Hansson2005-01-155-94/+691
* Fixed some breakpoint issues and made breakpoint_client depend on activerecor...David Heinemeier Hansson2005-01-155-691/+94
* Removed the Ruby 1.8.2 test/unit fix as it didnt work anywayDavid Heinemeier Hansson2005-01-154-30/+0
* Added the option of passing a block to ActiveRecordHelper#form in order to ad...David Heinemeier Hansson2005-01-153-5/+18
* Fixed errors thrown to namespace collisionDavid Heinemeier Hansson2005-01-152-6/+20
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]David Heinemeier Hansson2005-01-152-1/+3
* Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...David Heinemeier Hansson2005-01-152-2/+4
* Added validates_associated that enables validation of objects in an unsaved a...David Heinemeier Hansson2005-01-153-0/+63
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-1515-307/+800
* Fixed log file permissions to be 666 instead of 777 (so they're not executabl...David Heinemeier Hansson2005-01-155-5/+7
* Dont polute the load path more than necessaryDavid Heinemeier Hansson2005-01-152-5/+3
* Added the meat for String inflectionDavid Heinemeier Hansson2005-01-154-0/+249
* Missing something from #475David Heinemeier Hansson2005-01-151-0/+1
* Added availability of class inheritable attributes to the masses #477 [bitsweat]David Heinemeier Hansson2005-01-152-33/+122
* Added a bit more documentation on how to use the instance methods for acts_as...David Heinemeier Hansson2005-01-151-11/+14
* Fixed binary support for PostgreSQL #444 [alex@byzantine.no]David Heinemeier Hansson2005-01-152-1/+31
* Added Inflections as an extension on String, so Inflector.pluralize(Inflector...David Heinemeier Hansson2005-01-151-0/+2
* Fixed that auto reloading would some times not work or would reload the model...David Heinemeier Hansson2005-01-152-50/+62
* Fixed page caching problems with saving cached file fails for the index actio...David Heinemeier Hansson2005-01-153-11/+51
* Removed silly change caused by inability to grok own code at 3 amDavid Heinemeier Hansson2005-01-141-8/+8
* Changed add_to_list_top and add_to_list_bottom to be publicDavid Heinemeier Hansson2005-01-141-10/+10
* Added the option to specify a controller name to "generate scaffold" and made...David Heinemeier Hansson2005-01-136-19/+34
* Added arrays as a value option for params in url_for and friends #467 [Eric A...David Heinemeier Hansson2005-01-133-2/+23
* Fixed that controller tests can now assert on the use of cookies #466 [Alexey]David Heinemeier Hansson2005-01-132-0/+11
* Refactored ActiveRecord::Base#clone to use Base#attributes #463 [atyp]David Heinemeier Hansson2005-01-131-11/+1
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-133-4/+30
* Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...David Heinemeier Hansson2005-01-134-8/+56
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-123-9/+35
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-123-3/+16
* Remove length alias of sizeDavid Heinemeier Hansson2005-01-111-2/+0
* Fixed the half applied 393 changesetDavid Heinemeier Hansson2005-01-119-81/+183
* Added option to turn off cachingDavid Heinemeier Hansson2005-01-111-1/+16
* Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marc...David Heinemeier Hansson2005-01-115-59/+36
* Added a differenciation between AssociationCollection#size and -length. Now A...David Heinemeier Hansson2005-01-112-1/+15
* Fixed the 4.11 changes to the mysql adapterDavid Heinemeier Hansson2005-01-112-1/+1
* Tweaks and tinkeringDavid Heinemeier Hansson2005-01-111-5/+10
* Updated to new naming styleDavid Heinemeier Hansson2005-01-111-2/+2
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-112-0/+6
* Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...David Heinemeier Hansson2005-01-112-21/+65
* Added Base#attributes that returns a hash of all the attributes with their na...David Heinemeier Hansson2005-01-113-1/+20
* Added MemCacheStore to fragment caching #449 [Lucas Carlson]David Heinemeier Hansson2005-01-111-0/+6
* Fixed that MemCacheStore wasn't included by default and added default MemCach...David Heinemeier Hansson2005-01-113-1/+4
* Added fourth argument to render_collection_of_partials that allows you to spe...David Heinemeier Hansson2005-01-112-2/+4
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-118-4/+36
* Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]David Heinemeier Hansson2005-01-112-1/+3
* Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...David Heinemeier Hansson2005-01-112-1/+3
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da...David Heinemeier Hansson2005-01-113-14/+17
* Added that form helpers now take an index option #448 [Tim Bates]David Heinemeier Hansson2005-01-102-2/+33
* Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibi...David Heinemeier Hansson2005-01-102-1/+3