aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Base#reload that reloads the attributes of an object from the database ...David Heinemeier Hansson2005-01-103-2/+20
* Fixed script/console to work with Windows (that requires the use of irb.bat) ...David Heinemeier Hansson2005-01-102-2/+9
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-107-86/+153
* Fixed random ordering of test cases that would cause errors on some systems #...David Heinemeier Hansson2005-01-101-2/+5
* Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...David Heinemeier Hansson2005-01-103-0/+321
* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]David Heinemeier Hansson2005-01-103-5/+30
* Fixed three issues with retrying breakpoints #417 [Florian Gross]David Heinemeier Hansson2005-01-102-4/+14
* Some missing docsDavid Heinemeier Hansson2005-01-103-4/+18
* Updated caching to include action caching as well and simplified the name/key...David Heinemeier Hansson2005-01-102-44/+184
* Added that Observers can use the observes class method instead of overwriting...David Heinemeier Hansson2005-01-101-1/+5
* Also accepts Symbols and Classes by calling .to_s on the word suppliedDavid Heinemeier Hansson2005-01-101-5/+5
* Added time unit extensions to Fixnum that'll return the period in seconds, li...David Heinemeier Hansson2005-01-104-0/+54
* Added that all renders and redirects now return false, so they can be used as...David Heinemeier Hansson2005-01-102-0/+17
* Apparently the temp hack for functional tests was still neededDavid Heinemeier Hansson2005-01-101-0/+16
* Removed temporary hack for test/unit problems that only worked for functional...David Heinemeier Hansson2005-01-101-16/+0
* Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2David Heinemeier Hansson2005-01-104-1/+6
* Added run time fix for the test/unit problems with Ruby 1.8.2David Heinemeier Hansson2005-01-101-0/+24
* Added more core_ext to install.rbDavid Heinemeier Hansson2005-01-091-1/+1
* Added more core_ext to install.rbDavid Heinemeier Hansson2005-01-091-0/+1
* Updated install.rbDavid Heinemeier Hansson2005-01-091-1/+1
* Removed last trace of ill-conceived authentication frameworkDavid Heinemeier Hansson2005-01-091-2/+0
* Removed authentication framework as xal made me realize that with noradios co...David Heinemeier Hansson2005-01-093-206/+0
* Added conditional filters #431 [Marcel]David Heinemeier Hansson2005-01-093-16/+213
* Added write_inheritable_hash to use with conditional filters in Action PackDavid Heinemeier Hansson2005-01-091-0/+5
* Added :before option to authenticationDavid Heinemeier Hansson2005-01-093-3/+21
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-097-2/+200
* Added the first of the coming core extensionsDavid Heinemeier Hansson2005-01-091-1/+1
* Added the first of the coming core extensionsDavid Heinemeier Hansson2005-01-093-0/+21
* Added rewrite conditions needed for page caching to workDavid Heinemeier Hansson2005-01-081-0/+6
* Taken out as noradio took overDavid Heinemeier Hansson2005-01-081-23/+0
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-084-2/+205
* Fixed rewriting of dashes, lashesDavid Heinemeier Hansson2005-01-081-1/+1
* Fixed that conditions in has_many and has_and_belongs_to_many should be inter...David Heinemeier Hansson2005-01-073-2/+4
* Simplified the set_cookie method and made it indifferent to symbol or string ...David Heinemeier Hansson2005-01-061-3/+3
* Fixed WEBrick servlet slowdown over time by restricting the load path reloadi...David Heinemeier Hansson2005-01-062-1/+3
* Fixed Base#update_attribute to be indifferent to whether a string or symbol i...David Heinemeier Hansson2005-01-064-2/+7
* Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier...David Heinemeier Hansson2005-01-063-7/+93
* Fixed small issue with ARGV and IRBDavid Heinemeier Hansson2005-01-051-524/+526
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-054-15/+46