| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added the option to specify a controller name to "generate scaffold" and made... | David Heinemeier Hansson | 2005-01-13 | 6 | -19/+34 |
* | Added arrays as a value option for params in url_for and friends #467 [Eric A... | David Heinemeier Hansson | 2005-01-13 | 3 | -2/+23 |
* | Fixed that controller tests can now assert on the use of cookies #466 [Alexey] | David Heinemeier Hansson | 2005-01-13 | 2 | -0/+11 |
* | Refactored ActiveRecord::Base#clone to use Base#attributes #463 [atyp] | David Heinemeier Hansson | 2005-01-13 | 1 | -11/+1 |
* | Fixed that send_file would "remember" all the files sent by adding to the hea... | David Heinemeier Hansson | 2005-01-13 | 3 | -4/+30 |
* | Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he... | David Heinemeier Hansson | 2005-01-13 | 4 | -8/+56 |
* | Fixed url rewriter confusion when the controller or action name was a substri... | David Heinemeier Hansson | 2005-01-12 | 3 | -9/+35 |
* | Fixed url rewriter confusion when the controller name was a substring of the ... | David Heinemeier Hansson | 2005-01-12 | 3 | -3/+16 |
* | Remove length alias of size | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+0 |
* | Fixed the half applied 393 changeset | David Heinemeier Hansson | 2005-01-11 | 9 | -81/+183 |
* | Added option to turn off caching | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+16 |
* | Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marc... | David Heinemeier Hansson | 2005-01-11 | 5 | -59/+36 |
* | Added a differenciation between AssociationCollection#size and -length. Now A... | David Heinemeier Hansson | 2005-01-11 | 2 | -1/+15 |
* | Fixed the 4.11 changes to the mysql adapter | David Heinemeier Hansson | 2005-01-11 | 2 | -1/+1 |
* | Tweaks and tinkering | David Heinemeier Hansson | 2005-01-11 | 1 | -5/+10 |
* | Updated to new naming style | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2005-01-11 | 2 | -0/+6 |
* | Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<... | David Heinemeier Hansson | 2005-01-11 | 2 | -21/+65 |
* | Added Base#attributes that returns a hash of all the attributes with their na... | David Heinemeier Hansson | 2005-01-11 | 3 | -1/+20 |
* | Added MemCacheStore to fragment caching #449 [Lucas Carlson] | David Heinemeier Hansson | 2005-01-11 | 1 | -0/+6 |
* | Fixed that MemCacheStore wasn't included by default and added default MemCach... | David Heinemeier Hansson | 2005-01-11 | 3 | -1/+4 |
* | Added fourth argument to render_collection_of_partials that allows you to spe... | David Heinemeier Hansson | 2005-01-11 | 2 | -2/+4 |
* | Fixed that foreign keys named the same as the association would cause stack o... | David Heinemeier Hansson | 2005-01-11 | 8 | -4/+36 |
* | Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke] | David Heinemeier Hansson | 2005-01-11 | 2 | -1/+3 |
* | Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post... | David Heinemeier Hansson | 2005-01-11 | 2 | -1/+3 |
* | Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da... | David Heinemeier Hansson | 2005-01-11 | 3 | -14/+17 |
* | Added that form helpers now take an index option #448 [Tim Bates] | David Heinemeier Hansson | 2005-01-10 | 2 | -2/+33 |
* | Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibi... | David Heinemeier Hansson | 2005-01-10 | 2 | -1/+3 |
* | Added Base#reload that reloads the attributes of an object from the database ... | David Heinemeier Hansson | 2005-01-10 | 3 | -2/+20 |
* | Fixed script/console to work with Windows (that requires the use of irb.bat) ... | David Heinemeier Hansson | 2005-01-10 | 2 | -2/+9 |
* | Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3... | David Heinemeier Hansson | 2005-01-10 | 7 | -86/+153 |
* | Fixed random ordering of test cases that would cause errors on some systems #... | David Heinemeier Hansson | 2005-01-10 | 1 | -2/+5 |
* | Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub... | David Heinemeier Hansson | 2005-01-10 | 3 | -0/+321 |
* | Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat] | David Heinemeier Hansson | 2005-01-10 | 3 | -5/+30 |
* | Fixed three issues with retrying breakpoints #417 [Florian Gross] | David Heinemeier Hansson | 2005-01-10 | 2 | -4/+14 |
* | Some missing docs | David Heinemeier Hansson | 2005-01-10 | 3 | -4/+18 |
* | Updated caching to include action caching as well and simplified the name/key... | David Heinemeier Hansson | 2005-01-10 | 2 | -44/+184 |
* | Added that Observers can use the observes class method instead of overwriting... | David Heinemeier Hansson | 2005-01-10 | 1 | -1/+5 |
* | Also accepts Symbols and Classes by calling .to_s on the word supplied | David Heinemeier Hansson | 2005-01-10 | 1 | -5/+5 |
* | Added time unit extensions to Fixnum that'll return the period in seconds, li... | David Heinemeier Hansson | 2005-01-10 | 4 | -0/+54 |
* | Added that all renders and redirects now return false, so they can be used as... | David Heinemeier Hansson | 2005-01-10 | 2 | -0/+17 |
* | Apparently the temp hack for functional tests was still needed | David Heinemeier Hansson | 2005-01-10 | 1 | -0/+16 |
* | Removed temporary hack for test/unit problems that only worked for functional... | David Heinemeier Hansson | 2005-01-10 | 1 | -16/+0 |
* | Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2 | David Heinemeier Hansson | 2005-01-10 | 4 | -1/+6 |
* | 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 |