| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net] | David Heinemeier Hansson | 2006-03-30 | 4 | -12/+18 |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 2 | -1/+6 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 4 | -5/+45 |
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 4 | -23/+23 |
* | Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf... | David Heinemeier Hansson | 2006-03-29 | 2 | -1/+7 |
* | I tag by hand, thank you | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+0 |
* | Rails 1.1.0 is real | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 16 | -27/+30 |
* | to_xml documentation [DHH, Koz] | Michael Koziarski | 2006-03-28 | 1 | -1/+61 |
* | regression test for #4206 | Rick Olson | 2006-03-28 | 1 | -0/+5 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 6 | -0/+26 |
* | documentation for polymorphic joins | Rick Olson | 2006-03-28 | 1 | -1/+23 |
* | Add documentation for respond_to | Marcel Molina | 2006-03-28 | 2 | -0/+89 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 2 | -2/+2 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 3 | -4/+5 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 2 | -2/+2 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 12 | -37/+33 |
* | Fixed documentation | David Heinemeier Hansson | 2006-03-28 | 7 | -103/+109 |
* | Make release rake work on 1.8.4 | David Heinemeier Hansson | 2006-03-28 | 1 | -2/+2 |
* | Replace 'rescue Object' with a finer grained rescue. Closes #4431 | Nicholas Seckar | 2006-03-28 | 2 | -2/+7 |
* | Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de] | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 5 | -24/+22 |
* | Allow load_fixtures to load a subset of total fixture data. [Chad Fowler] | Michael Koziarski | 2006-03-28 | 2 | -10/+16 |
* | Spell existence properly (closes #4442) | David Heinemeier Hansson | 2006-03-27 | 1 | -2/+2 |
* | Fixed require of bluecloth and redcloth when gems haven't been loaded (closes... | David Heinemeier Hansson | 2006-03-27 | 2 | -2/+4 |
* | Making ActiveRecord faster [skaes] | David Heinemeier Hansson | 2006-03-27 | 3 | -94/+152 |
* | Speedup for sortable with handles initialization in rails trunk too | Thomas Fuchs | 2006-03-27 | 4 | -8/+10 |
* | Fixed eager loading so that an aliased table cannot clash with a has_and_belo... | Rick Olson | 2006-03-27 | 2 | -2/+4 |
* | Add support for :include to with_scope [andrew@redlinesoftware.com] | Michael Koziarski | 2006-03-27 | 6 | -20/+101 |
* | Update to Prototype 1.5.0_pre1 | Sam Stephenson | 2006-03-27 | 4 | -10/+66 |
* | Dependencies cleanup. Fixes #4221. | Nicholas Seckar | 2006-03-27 | 9 | -100/+162 |
* | Add CachingTools::HashCaching to simplify the creation of nested, autofilling... | Nicholas Seckar | 2006-03-27 | 3 | -0/+145 |
* | add the TestCase.fixture_path when testing file uploads | Rick Olson | 2006-03-27 | 1 | -1/+1 |
* | Don't raise when the migration file is missing or it'll stop destroy model in | Scott Barron | 2006-03-26 | 1 | -1/+5 |
* | ActionView: Allow to register a Template handler with a Symbol (dont kill mar... | David Heinemeier Hansson | 2006-03-26 | 2 | -1/+9 |
* | Support the use of public synonyms with the Oracle adapter; required ruby-oci... | David Heinemeier Hansson | 2006-03-26 | 2 | -0/+3 |
* | Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on... | David Heinemeier Hansson | 2006-03-26 | 5 | -27/+45 |
* | effects.js and controls.js fixes | Thomas Fuchs | 2006-03-26 | 4 | -8/+10 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 3 | -11/+14 |
* | Remove broken hack which has no effect. | Nicholas Seckar | 2006-03-26 | 2 | -1/+2 |
* | Update Object.subclasses_of to locate nested classes. Update Object.remove_su... | Nicholas Seckar | 2006-03-26 | 3 | -6/+36 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 3 | -3/+48 |
* | When doing svn log -qr HEAD trunk/url, a log message with revision will not | Scott Barron | 2006-03-26 | 1 | -1/+1 |
* | one too many | Thomas Fuchs | 2006-03-26 | 1 | -1/+1 |
* | Update to script.aculo.us 1.6 | Thomas Fuchs | 2006-03-26 | 7 | -361/+501 |
* | Only string_to_binary if the column responds | David Heinemeier Hansson | 2006-03-26 | 4 | -4/+4 |
* | Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente... | Rick Olson | 2006-03-26 | 3 | -1/+4 |
* | Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ... | Rick Olson | 2006-03-26 | 2 | -1/+3 |
* | Dont require rake to run the server, just have a little undryness instead (cl... | David Heinemeier Hansson | 2006-03-26 | 2 | -10/+3 |
* | Fixed issue that kept :select options from being scoped [Rick] | Rick Olson | 2006-03-26 | 4 | -3/+9 |