| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update vendor version number | Jeremy Kemper | 2008-01-19 | 1 | -2/+2 |
* | Update tmail to r208 versioned as 1.2.2 | Jeremy Kemper | 2008-01-19 | 32 | -1008/+151 |
* | Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy] | Jeremy Kemper | 2008-01-19 | 1 | -1/+5 |
* | Move rake contrib require to task | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 11 | -216/+253 |
* | Remove table quoting; only pull last_insert_id if there's a primary key. | Jeremy Kemper | 2008-01-19 | 1 | -2/+2 |
* | Organize and clean up the Active Record test suite. Closes #10742. | Jeremy Kemper | 2008-01-18 | 1 | -0/+2 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 43 | -203/+203 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 68 | -515/+513 |
* | move schema | Jeremy Kemper | 2008-01-18 | 34 | -89/+82 |
* | move migrations | Jeremy Kemper | 2008-01-18 | 12 | -7/+7 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 47 | -48/+47 |
* | Ensure that modifying has_and_belongs_to_many actions clear the query cache. ... | Rick Olson | 2008-01-18 | 3 | -6/+28 |
* | Restructure routing into several smaller files. References #10835 [oleganza] | Michael Koziarski | 2008-01-17 | 7 | -1179/+1197 |
* | Correct fix for [8647], Closes #6868. [isak] | Michael Koziarski | 2008-01-16 | 1 | -1/+1 |
* | Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili... | Geoff Buesing | 2008-01-16 | 3 | -0/+44 |
* | Don't ignore :precision and :scale when adding columns on postgresql. Closes ... | Michael Koziarski | 2008-01-16 | 2 | -2/+12 |
* | Make render :partial recognise form builders and use the _form partial. Clos... | Michael Koziarski | 2008-01-16 | 6 | -0/+45 |
* | Ensure that the tests use the instance-level view-paths correctly. Closes #1... | Michael Koziarski | 2008-01-16 | 2 | -11/+16 |
* | Correct docs on caching and all.js | Michael Koziarski | 2008-01-14 | 1 | -1/+1 |
* | Use non-blocking writing if available. Closes #10794 [lifofifo] | Michael Koziarski | 2008-01-13 | 2 | -4/+20 |
* | Allow users to declare other namespaces when using the atom feed helpers. Clo... | Michael Koziarski | 2008-01-13 | 3 | -2/+58 |
* | Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent... | Geoff Buesing | 2008-01-12 | 2 | -1/+3 |
* | Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs... | Geoff Buesing | 2008-01-12 | 5 | -5/+40 |
* | don't misbehave when redirecting to nil. Closes #10272 [farleyknight] | Michael Koziarski | 2008-01-12 | 2 | -1/+13 |
* | Add some tests for adv_attr_accessor. Closes #10633 [fcheung] | Michael Koziarski | 2008-01-12 | 1 | -0/+20 |
* | Fix a few caching errors, expose a case thats still not working (ref #107330 ... | David Heinemeier Hansson | 2008-01-12 | 6 | -3/+76 |
* | Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl... | Rick Olson | 2008-01-12 | 3 | -4/+4 |
* | Introduce send_file :x_sendfile => true to send an X-Sendfile response header. | Jeremy Kemper | 2008-01-11 | 3 | -25/+46 |
* | Fix issue where Table#references doesn't pass a :null option to a *_type attr... | Rick Olson | 2008-01-11 | 3 | -3/+11 |
* | Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for... | David Heinemeier Hansson | 2008-01-11 | 3 | -3/+34 |
* | Provide a nicer way to access headers. request.headers["Content-Type"] inste... | Michael Koziarski | 2008-01-11 | 5 | -1/+51 |
* | * Pass around handler instances, not their classes [Koz] | Michael Koziarski | 2008-01-11 | 8 | -128/+142 |
* | Reorder changelog. References #10766. | Jeremy Kemper | 2008-01-11 | 1 | -3/+1 |
* | Updated TMail to version 1.2.1 [raasdnil] | Rick Olson | 2008-01-11 | 33 | -671/+1319 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 7 | -47/+33 |
* | UrlWriter respects relative_url_root. Closes #10748. | Jeremy Kemper | 2008-01-10 | 3 | -32/+65 |
* | Resurrect WordNet synonym lookups. Closes #10710. | Jeremy Kemper | 2008-01-10 | 2 | -3/+5 |
* | Fix CacheHelper#cache (closes #10733) [mindforge] | David Heinemeier Hansson | 2008-01-10 | 1 | -8/+7 |
* | Re-enable the debugger in testing | David Heinemeier Hansson | 2008-01-09 | 1 | -0/+8 |
* | Show that a different cache store can be used | David Heinemeier Hansson | 2008-01-09 | 1 | -0/+3 |
* | Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper] | Jeremy Kemper | 2008-01-09 | 3 | -74/+38 |
* | Document date and time to_formatted_s. Closes #10747 [leethal] | Jeremy Kemper | 2008-01-09 | 3 | -5/+66 |
* | Fix up Enumerable#group_by | Jeremy Kemper | 2008-01-09 | 2 | -9/+20 |
* | observed_subclasses gives [] if there are no observed classes | Jeremy Kemper | 2008-01-09 | 1 | -1/+1 |
* | Don't append the forgery token to an ajax request if it's serializing a form,... | Michael Koziarski | 2008-01-08 | 2 | -2/+11 |
* | Replace labelled_form_for example with one that will actually work. Referenc... | Michael Koziarski | 2008-01-08 | 1 | -2/+3 |
* | Improve documentation to classify to make it clear that it expects names to b... | Michael Koziarski | 2008-01-08 | 2 | -4/+10 |
* | Fixtures: removed support for the ancient pre-YAML file format. Closes #10736. | Jeremy Kemper | 2008-01-08 | 14 | -75/+12 |
* | Doc fixes for #atom_feed_helper. Closes #10715 [hasmanyjosh] | Rick Olson | 2008-01-07 | 1 | -3/+3 |