| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added run time fix for the test/unit problems with Ruby 1.8.2 | David Heinemeier Hansson | 2005-01-10 | 1 | -0/+24 |
* | Added more core_ext to install.rb | David Heinemeier Hansson | 2005-01-09 | 1 | -1/+1 |
* | Added more core_ext to install.rb | David Heinemeier Hansson | 2005-01-09 | 1 | -0/+1 |
* | Updated install.rb | David Heinemeier Hansson | 2005-01-09 | 1 | -1/+1 |
* | Removed last trace of ill-conceived authentication framework | David Heinemeier Hansson | 2005-01-09 | 1 | -2/+0 |
* | Removed authentication framework as xal made me realize that with noradios co... | David Heinemeier Hansson | 2005-01-09 | 3 | -206/+0 |
* | Added conditional filters #431 [Marcel] | David Heinemeier Hansson | 2005-01-09 | 3 | -16/+213 |
* | Added write_inheritable_hash to use with conditional filters in Action Pack | David Heinemeier Hansson | 2005-01-09 | 1 | -0/+5 |
* | Added :before option to authentication | David Heinemeier Hansson | 2005-01-09 | 3 | -3/+21 |
* | Added authentication framework to protect actions behind a condition and redi... | David Heinemeier Hansson | 2005-01-09 | 7 | -2/+200 |
* | Added the first of the coming core extensions | David Heinemeier Hansson | 2005-01-09 | 1 | -1/+1 |
* | Added the first of the coming core extensions | David Heinemeier Hansson | 2005-01-09 | 3 | -0/+21 |
* | Added rewrite conditions needed for page caching to work | David Heinemeier Hansson | 2005-01-08 | 1 | -0/+6 |
* | Taken out as noradio took over | David Heinemeier Hansson | 2005-01-08 | 1 | -23/+0 |
* | Added first stab at page and fragment caching | David Heinemeier Hansson | 2005-01-08 | 4 | -2/+205 |
* | Fixed rewriting of dashes, lashes | David Heinemeier Hansson | 2005-01-08 | 1 | -1/+1 |
* | Fixed that conditions in has_many and has_and_belongs_to_many should be inter... | David Heinemeier Hansson | 2005-01-07 | 3 | -2/+4 |
* | Simplified the set_cookie method and made it indifferent to symbol or string ... | David Heinemeier Hansson | 2005-01-06 | 1 | -3/+3 |
* | Fixed WEBrick servlet slowdown over time by restricting the load path reloadi... | David Heinemeier Hansson | 2005-01-06 | 2 | -1/+3 |
* | Fixed Base#update_attribute to be indifferent to whether a string or symbol i... | David Heinemeier Hansson | 2005-01-06 | 4 | -2/+7 |
* | Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier... | David Heinemeier Hansson | 2005-01-06 | 3 | -7/+93 |
* | Fixed small issue with ARGV and IRB | David Heinemeier Hansson | 2005-01-05 | 1 | -524/+526 |
* | Added the possibility of passing nil to UrlHelper#link_to to use the link its... | David Heinemeier Hansson | 2005-01-05 | 4 | -15/+46 |
* | Removed Fancy Indexing as a default option on the WEBrick servlet as it made ... | David Heinemeier Hansson | 2005-01-04 | 2 | -1/+6 |
* | Include package dependency information | David Heinemeier Hansson | 2005-01-04 | 1 | -0/+2 |
* | Upgrade the dependencies of the Rails gem | David Heinemeier Hansson | 2005-01-04 | 1 | -3/+3 |
* | Prepared for release of 0.9.3 | David Heinemeier Hansson | 2005-01-04 | 7 | -57/+66 |
* | Minor tweak for readability | David Heinemeier Hansson | 2005-01-04 | 1 | -1/+1 |
* | Fixed some thread safety issues with DB2 | David Heinemeier Hansson | 2005-01-04 | 1 | -20/+23 |
* | Added MemCacheStore for storing session data in Danga's MemCache system [Bob ... | David Heinemeier Hansson | 2005-01-04 | 2 | -0/+98 |
* | Fixed #406 for real | David Heinemeier Hansson | 2005-01-04 | 1 | -2/+2 |
* | Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406 | David Heinemeier Hansson | 2005-01-04 | 2 | -2/+4 |
* | Fixed that the overwritten respond_to? method didn't take two parameters like... | David Heinemeier Hansson | 2005-01-03 | 1 | -2/+2 |
* | Fixed that the overwritten respond_to? method didn't take two parameters like... | David Heinemeier Hansson | 2005-01-03 | 2 | -2/+4 |
* | Added support for SQLite in the auto-dumping/importing of schemas for develop... | David Heinemeier Hansson | 2005-01-03 | 2 | -0/+8 |
* | Fixed the last details to please DB2 | David Heinemeier Hansson | 2005-01-03 | 3 | -4/+10 |
* | Nuke the controllers after the dispatcher reload to avoid the superclass mism... | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+1 |
* | Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson] | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+1 |
* | Fixed redirects when the controller and action is named the same. Still haven... | David Heinemeier Hansson | 2005-01-02 | 3 | -1/+20 |
* | Fixed loading problems with controller hierarchies | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+4 |
* | Fixed problems with running multiple functional tests in Rails under 1.8.2 by... | David Heinemeier Hansson | 2005-01-02 | 2 | -0/+18 |
* | Added HasManyAssociation#count that works like Base#count #413 [intinig] | David Heinemeier Hansson | 2005-01-02 | 3 | -0/+17 |
* | Fixed problems with dependency caching and controller hierarchies on Ruby 1.8... | David Heinemeier Hansson | 2005-01-02 | 3 | -4/+12 |
* | Added the possibility of specifying the remaining options for find_first and ... | David Heinemeier Hansson | 2005-01-02 | 1 | -8/+11 |
* | Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz] | David Heinemeier Hansson | 2005-01-02 | 2 | -1/+26 |
* | DB2 driver shouldnt be looking for RubyGems stuff | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+0 |
* | Brought install.rb up to date #408 [bitsweat] | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+5 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2005-01-02 | 1 | -34/+0 |
* | Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] | David Heinemeier Hansson | 2005-01-02 | 3 | -0/+75 |
* | Added test cases and rakefile to Active Support | David Heinemeier Hansson | 2005-01-02 | 5 | -7/+93 |