| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't replace application.js in public/javascripts if it already exists [Cody... | Tobias Lütke | 2006-03-13 | 2 | -3/+8 |
* | Dynamically set allow_concurrency. Closes #4044. | Jeremy Kemper | 2006-03-13 | 5 | -31/+78 |
* | Simplify controller_path | Nicholas Seckar | 2006-03-13 | 3 | -10/+27 |
* | Always use application/xml, then the charset is determined by the XML doc | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 2 | -3/+14 |
* | Delay rake:uncommitted's execution of `svn status` | Nicholas Seckar | 2006-03-13 | 2 | -5/+9 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 6 | -28/+48 |
* | Prefer application/xml over text/xml for charset reasons | David Heinemeier Hansson | 2006-03-13 | 2 | -2/+2 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 8 | -29/+70 |
* | Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. | Sam Stephenson | 2006-03-12 | 2 | -1/+3 |
* | Prepare for mime type reordering depending on the branch [DHH] | David Heinemeier Hansson | 2006-03-12 | 2 | -4/+8 |
* | Default mime type for XML should be application/xml [DHH] | David Heinemeier Hansson | 2006-03-12 | 2 | -13/+28 |
* | Use the Rake API instead of shelling out to create the tmp directory in comma... | Sam Stephenson | 2006-03-12 | 2 | -2/+9 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 9 | -20/+28 |
* | Use accept headers | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+2 |
* | Added synonym and custom type handling to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 4 | -41/+79 |
* | Assume that we accept what we give [DHH] | David Heinemeier Hansson | 2006-03-12 | 3 | -4/+28 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 8 | -20/+79 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 5 | -61/+95 |
* | More integration testing tweaks | Jamis Buck | 2006-03-12 | 1 | -7/+22 |
* | Don'tt abort rake when rendering the _trace.rhtml template | Nicholas Seckar | 2006-03-11 | 1 | -1/+1 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 11 | -13/+250 |
* | Make assertions in integration sessions proxy to the test instance (only for ... | Jamis Buck | 2006-03-10 | 1 | -0/+3 |
* | Passing comment | David Heinemeier Hansson | 2006-03-10 | 1 | -1/+1 |
* | make sure nil @session doesn't mess up wsod stacktraces | Jamis Buck | 2006-03-10 | 1 | -1/+1 |
* | tag! is nicer than __send__ | David Heinemeier Hansson | 2006-03-10 | 2 | -2/+2 |
* | Added options to control the :only/:except for included associations on Base#... | David Heinemeier Hansson | 2006-03-10 | 2 | -7/+22 |
* | Added association inclusion in to_xml [DHH] | David Heinemeier Hansson | 2006-03-10 | 3 | -15/+111 |
* | Implemented nested to_xml and named elements for array xmling [DHH] | David Heinemeier Hansson | 2006-03-09 | 4 | -15/+44 |
* | Fixed to_xml across the board to use nice indention, better skip_attributes w... | David Heinemeier Hansson | 2006-03-09 | 8 | -32/+153 |
* | Fix counter cache setting in belongs-to proxy | Jamis Buck | 2006-03-09 | 1 | -1/+1 |
* | Add suppress_messages to migrations, to temporarily turn off verbose messages | Jamis Buck | 2006-03-09 | 1 | -0/+8 |
* | a few more tests for the custom counter_cache naming code | Jamis Buck | 2006-03-09 | 2 | -18/+9 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 5 | -14/+42 |
* | Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe... | Thomas Fuchs | 2006-03-09 | 3 | -7/+14 |
* | format fix for locking [Michael Koziarski] | Michael Koziarski | 2006-03-09 | 3 | -5/+10 |
* | Added a note to the documentation for the Date related Numeric extensions to ... | Michael Koziarski | 2006-03-09 | 2 | -1/+9 |
* | Move methods from TestResponse into a module, so they can be shared with resp... | Jamis Buck | 2006-03-09 | 2 | -1/+12 |
* | Integration test's url_for now runs in the context of the last request (if an... | Tobias Lütke | 2006-03-08 | 2 | -10/+7 |
* | move vendor inside lib so that rake freeze_edge works | Rick Olson | 2006-03-08 | 6 | -1/+1 |
* | Fix problem with unloaded ARStore sessions being loaded when they are garbage... | Jamis Buck | 2006-03-08 | 2 | -9/+36 |
* | reverted #to_sentence to use red, green, and blue style | Tobias Lütke | 2006-03-08 | 2 | -4/+4 |
* | Make the 3rd arg optional for #failsafe_response | Rick Olson | 2006-03-08 | 1 | -2/+2 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 4 | -287/+342 |
* | remove explicit Builder require | Rick Olson | 2006-03-08 | 1 | -2/+0 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 16 | -5/+126 |
* | make integration testing not interfere with command-line regex test filters | Jamis Buck | 2006-03-07 | 1 | -2/+10 |
* | Make IntegrationTest refer to superclass properties using copy-on-write | Jamis Buck | 2006-03-07 | 1 | -0/+31 |
* | Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO... | Rick Olson | 2006-03-07 | 2 | -2/+6 |