aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...David Heinemeier Hansson2005-01-042-1/+6
* Include package dependency informationDavid Heinemeier Hansson2005-01-041-0/+2
* Upgrade the dependencies of the Rails gemDavid Heinemeier Hansson2005-01-041-3/+3
* Prepared for release of 0.9.3David Heinemeier Hansson2005-01-047-57/+66
* Minor tweak for readabilityDavid Heinemeier Hansson2005-01-041-1/+1
* Fixed some thread safety issues with DB2David Heinemeier Hansson2005-01-041-20/+23
* Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...David Heinemeier Hansson2005-01-042-0/+98
* Fixed #406 for realDavid Heinemeier Hansson2005-01-041-2/+2
* Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406David Heinemeier Hansson2005-01-042-2/+4
* Fixed that the overwritten respond_to? method didn't take two parameters like...David Heinemeier Hansson2005-01-031-2/+2
* Fixed that the overwritten respond_to? method didn't take two parameters like...David Heinemeier Hansson2005-01-032-2/+4
* Added support for SQLite in the auto-dumping/importing of schemas for develop...David Heinemeier Hansson2005-01-032-0/+8
* Fixed the last details to please DB2David Heinemeier Hansson2005-01-033-4/+10
* Nuke the controllers after the dispatcher reload to avoid the superclass mism...David Heinemeier Hansson2005-01-021-1/+1
* Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]David Heinemeier Hansson2005-01-021-1/+1
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-023-1/+20
* Fixed loading problems with controller hierarchiesDavid Heinemeier Hansson2005-01-021-1/+4
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by...David Heinemeier Hansson2005-01-022-0/+18
* Added HasManyAssociation#count that works like Base#count #413 [intinig]David Heinemeier Hansson2005-01-023-0/+17
* Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...David Heinemeier Hansson2005-01-023-4/+12
* Added the possibility of specifying the remaining options for find_first and ...David Heinemeier Hansson2005-01-021-8/+11
* Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]David Heinemeier Hansson2005-01-022-1/+26
* DB2 driver shouldnt be looking for RubyGems stuffDavid Heinemeier Hansson2005-01-021-1/+0
* Brought install.rb up to date #408 [bitsweat]David Heinemeier Hansson2005-01-021-1/+5
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-021-34/+0
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-023-0/+75
* Added test cases and rakefile to Active SupportDavid Heinemeier Hansson2005-01-025-7/+93
* Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...David Heinemeier Hansson2005-01-023-4/+45
* Added find_all style to the new dynamic findersDavid Heinemeier Hansson2005-01-024-5/+22
* Added dynamic attribute-based finders as a cleaner way of getting objects by ...David Heinemeier Hansson2005-01-023-12/+57
* Restored bind arity checking #412 [bitsweat]David Heinemeier Hansson2005-01-022-9/+12
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-018-134/+246
* Added the latest two tables to the DB2 schemasDavid Heinemeier Hansson2005-01-011-0/+12
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-0137-70/+740
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-014-12/+57
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-019-3/+68