| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru... | David Heinemeier Hansson | 2005-01-01 | 37 | -70/+740 |
* | Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t... | David Heinemeier Hansson | 2005-01-01 | 4 | -12/+57 |
* | Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ... | David Heinemeier Hansson | 2005-01-01 | 9 | -3/+68 |
* | Added automated rewriting of the shebang lines on installs through the gem ra... | David Heinemeier Hansson | 2005-01-01 | 2 | -12/+27 |
* | Updated documentation for associations #387 [canadaduane] | David Heinemeier Hansson | 2005-01-01 | 1 | -7/+10 |
* | Fixed some test cases | David Heinemeier Hansson | 2005-01-01 | 2 | -3/+2 |
* | Added class declaration for the MissingFile exception #388 [Kent Sibilev] | David Heinemeier Hansson | 2005-01-01 | 2 | -1/+5 |
* | Added block-style for callbacks #332 [bitsweat] | David Heinemeier Hansson | 2005-01-01 | 3 | -51/+290 |
* | Added automated optimistic locking if the field lock_version is present #384 ... | David Heinemeier Hansson | 2004-12-31 | 11 | -3/+143 |
* | Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ... | David Heinemeier Hansson | 2004-12-31 | 2 | -0/+4 |
* | Added second boolean parameter to Base.redirect_to_url and Response#redirect ... | David Heinemeier Hansson | 2004-12-31 | 3 | -5/+8 |
* | Added tests for acts_as_list with scope is null #378 [Tim Bates] | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+6 |
* | Added :counter_cache option to acts_as_tree that works just like the one you ... | David Heinemeier Hansson | 2004-12-31 | 2 | -2/+5 |
* | Auto-requiring of helpers should stay silent when it isn't found for whatever... | David Heinemeier Hansson | 2004-12-31 | 2 | -1/+3 |
* | Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno... | David Heinemeier Hansson | 2004-12-31 | 1 | -4/+4 |
* | Fixed quoting in validates_format_of that would allow some rules to pass rega... | David Heinemeier Hansson | 2004-12-31 | 3 | -2/+4 |
* | Fixed that generated action_mailers doesnt need to require the action_mailer ... | David Heinemeier Hansson | 2004-12-31 | 2 | -2/+2 |
* | Fixed broken transactions that were actually only running object-level and no... | David Heinemeier Hansson | 2004-12-30 | 1 | -0/+2 |
* | Restored thread safety to Active Record [andreas] | David Heinemeier Hansson | 2004-12-30 | 1 | -10/+16 |
* | Transactions are now actually working on the database level on save, but thre... | David Heinemeier Hansson | 2004-12-30 | 1 | -1/+2 |
* | Updated Rakefiles for the server move | David Heinemeier Hansson | 2004-12-30 | 3 | -7/+7 |
* | Fixed dependency management to happen in a unified fashion for Active Record ... | David Heinemeier Hansson | 2004-12-30 | 1 | -0/+17 |
* | Include as loaded regardless of success | David Heinemeier Hansson | 2004-12-30 | 1 | -6/+9 |
* | Switch dispatcher to use the new shared Dependencies approach | David Heinemeier Hansson | 2004-12-29 | 5 | -18/+5 |
* | Rearranging dependencies | David Heinemeier Hansson | 2004-12-29 | 7 | -127/+613 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@278 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2004-12-29 | 0 | -0/+0 |
* | Moved support into Active Support | David Heinemeier Hansson | 2004-12-29 | 9 | -885/+57 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2004-12-29 | 1 | -19/+0 |
* | Moved support files into Active Support | David Heinemeier Hansson | 2004-12-29 | 6 | -315/+0 |
* | Moved the cookies fix to cgi_ext | David Heinemeier Hansson | 2004-12-29 | 2 | -1/+122 |
* | Moved support from both Action Pack and Active Record into a separate module ... | David Heinemeier Hansson | 2004-12-29 | 11 | -0/+484 |
* | Added documentation for using render_with_layout | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+16 |
* | Added Base.default_timezone accessor that determines whether to use Time.loca... | David Heinemeier Hansson | 2004-12-28 | 4 | -11/+28 |
* | Fixed that the const_missing autoload assumes the requested constant is set b... | David Heinemeier Hansson | 2004-12-28 | 2 | -2/+12 |
* | Added the possibility for adapters to overwrite add_limit! to implement a dif... | David Heinemeier Hansson | 2004-12-28 | 3 | -88/+53 |
* | Added ActionMailer::Base.deliver_method = :test to the test environment so th... | David Heinemeier Hansson | 2004-12-23 | 2 | -2/+3 |
* | Added ActionMailer::Base.raise_delivery_errors = false to the test environmen... | David Heinemeier Hansson | 2004-12-23 | 2 | -0/+3 |
* | Added :host and :protocol options to url_for and friends to redirect to anoth... | David Heinemeier Hansson | 2004-12-23 | 3 | -3/+22 |
* | WordNet not Nets | David Heinemeier Hansson | 2004-12-23 | 1 | -1/+1 |
* | Touched up wording on the new recommendation stuff for generate models | David Heinemeier Hansson | 2004-12-23 | 2 | -7/+7 |
* | Added protection for creating a model through the generators with a name of a... | David Heinemeier Hansson | 2004-12-23 | 7 | -5/+71 |
* | Ignore doc and pkg directories | David Heinemeier Hansson | 2004-12-23 | 0 | -0/+0 |
* | Releasing Rails 0.9.2 | David Heinemeier Hansson | 2004-12-22 | 6 | -47/+50 |
* | Added scope option to validation_uniqueness #349 [Kent Sibilev] | David Heinemeier Hansson | 2004-12-22 | 3 | -2/+28 |
* | Added allow_nil options to validates_inclusion_of so that validation is only ... | David Heinemeier Hansson | 2004-12-22 | 3 | -1/+17 |
* | Added work-around for PostgreSQL and the problem of getting fixtures to be cr... | David Heinemeier Hansson | 2004-12-22 | 2 | -0/+21 |
* | Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi... | David Heinemeier Hansson | 2004-12-22 | 4 | -5/+11 |
* | You should redirect externally on the default action | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+1 |
* | Forgot to include the new session module | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+14 |
* | Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron] | David Heinemeier Hansson | 2004-12-22 | 2 | -10/+14 |