| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If using Ruby 1.8.5, pull in call_stack so breakpointer works again. | Scott Barron | 2006-11-01 | 1 | -1/+15 |
* | resource and scaffold_resource generators add a restful route to config/route... | Jeremy Kemper | 2006-11-01 | 3 | -24/+34 |
* | Clean up the output of rake stats, de-emphasise components and apis, and re... | Michael Koziarski | 2006-10-27 | 2 | -6/+7 |
* | Added option to script/process/spawner of specifying the binding address #513... | David Heinemeier Hansson | 2006-10-26 | 1 | -26/+59 |
* | Fix scaffolding from using deprecated :post => true (closes #6499) | David Heinemeier Hansson | 2006-10-26 | 1 | -1/+1 |
* | Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva] | Michael Koziarski | 2006-10-24 | 2 | -4/+4 |
* | Plugin generator: check for class collisions. Closes #4833. | Jeremy Kemper | 2006-10-23 | 1 | -0/+3 |
* | mailer unit test handles nested fixture paths | Jeremy Kemper | 2006-10-20 | 2 | -6/+5 |
* | reference view path in fixture | Jeremy Kemper | 2006-10-20 | 1 | -1/+1 |
* | .rhtml extension for view only | Jeremy Kemper | 2006-10-20 | 1 | -2/+2 |
* | Mailer generator: handle mailers in modules, set mime_version in unit test. | Jeremy Kemper | 2006-10-20 | 5 | -11/+13 |
* | Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz] | Michael Koziarski | 2006-10-17 | 1 | -0/+8 |
* | Added config.plugins to control which plugins are loaded #6269 [skaes]. By de... | David Heinemeier Hansson | 2006-10-17 | 1 | -2/+14 |
* | Remove extraneous expand_path; fix plugin load paths | Nicholas Seckar | 2006-10-16 | 1 | -3/+1 |
* | Add plugins and builtins to the load_path. | Nicholas Seckar | 2006-10-16 | 1 | -0/+3 |
* | Remove autoload_paths to simplify configuration. | Nicholas Seckar | 2006-10-16 | 1 | -65/+21 |
* | PostgreSQL: db:test:purge closes open database connections first. Closes #6236. | Jeremy Kemper | 2006-10-09 | 1 | -0/+2 |
* | Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul... | David Heinemeier Hansson | 2006-10-09 | 1 | -2/+2 |
* | Fixed migration creation to work with namespaced models, so script/generate m... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+1 |
* | Include field:type option for models | David Heinemeier Hansson | 2006-10-09 | 2 | -1/+4 |
* | Added script/generate resource which works just like scaffold_resource, but c... | David Heinemeier Hansson | 2006-10-09 | 16 | -60/+246 |
* | Added proper USAGE to the scaffold_resource generator [DHH] | David Heinemeier Hansson | 2006-10-08 | 1 | -4/+10 |
* | Added proper USAGE to the scaffold_resource generator [DHH] | David Heinemeier Hansson | 2006-10-08 | 1 | -5/+20 |
* | Use the first unparsed argument as the code or file to run. Closes #6286. | Jeremy Kemper | 2006-09-29 | 1 | -5/+8 |
* | script/runner can run files, pass on arguments, and be used as a shebang. Clo... | Jeremy Kemper | 2006-09-26 | 1 | -6/+24 |
* | scaffold_resource naming, fixes #6276 | Jeremy Kemper | 2006-09-25 | 2 | -4/+4 |
* | Look for rake tasks in plugin subdirs. Closes #6259. | Jeremy Kemper | 2006-09-22 | 1 | -1/+1 |
* | Implemented ./script/generate scaffold_resource comment body:text created_at:... | David Heinemeier Hansson | 2006-09-19 | 7 | -71/+120 |
* | Work-in-progress scaffolder for resources [DHH/Rick Olson] | David Heinemeier Hansson | 2006-09-17 | 13 | -0/+343 |
* | session_migration generator adds an index on updated_at. Closes #6207. | Jeremy Kemper | 2006-09-13 | 1 | -1/+2 |
* | script/server creates the tmp/pids directory. Closes #6204. | Jeremy Kemper | 2006-09-13 | 1 | -1/+1 |
* | Fix script/console --sandbox for internal transactions changes. Closes #5738. | Jeremy Kemper | 2006-09-12 | 1 | -2/+2 |
* | Remove the uncanny default of adding all app/models/*/ directories to the loa... | Nicholas Seckar | 2006-09-07 | 1 | -6/+14 |
* | Proper description syntax for test tasks (closes #5308) | David Heinemeier Hansson | 2006-09-05 | 1 | -6/+6 |
* | Formally deprecate the non-namespaced rake tasks. [Koz] | Michael Koziarski | 2006-09-04 | 1 | -27/+34 |
* | Update copyright times | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Thoroughly test the FCGI dispatcher. Closes #5970. | Jeremy Kemper | 2006-09-03 | 1 | -23/+27 |
* | Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p... | Rick Olson | 2006-09-02 | 1 | -1/+0 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 2 | -6/+6 |
* | remove superfluous ABSOLUTE_RAILS_ROOT from webrick server | Jeremy Kemper | 2006-08-29 | 1 | -3/+1 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 1 | -3/+28 |
* | Add controller_paths variable to Routing; Assign Routing.controller_paths fro... | Nicholas Seckar | 2006-08-15 | 1 | -4/+11 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -1/+3 |
* | Rearrange application resetting and preparation, fix bug with leaking subclas... | Rick Olson | 2006-08-09 | 1 | -1/+5 |
* | Cause ApplicationController to be reloaded | David Heinemeier Hansson | 2006-08-09 | 1 | -1/+1 |
* | Add missing mock directories from the autoload_paths configuration. [Rick Ol... | Rick Olson | 2006-08-09 | 1 | -0/+3 |
* | Nested controller scaffolding also nests the generated layout. | Jeremy Kemper | 2006-08-09 | 1 | -0/+1 |
* | be sure to require_dependency on 'application', so that dependency loading is... | Jamis Buck | 2006-08-08 | 1 | -1/+1 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 2 | -0/+42 |
* | Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser... | Rick Olson | 2006-08-07 | 1 | -1/+1 |