| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Install alias so Rails::InfoController is accessible at /rails_info. Closes #... | Nicholas Seckar | 2006-04-03 | 1 | -0/+2 |
* | Fixed that spawner should daemonize if running in repeat mode [DHH] | David Heinemeier Hansson | 2006-04-03 | 1 | -0/+2 |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 1 | -0/+2 |
* | Applied Prototype $() performance patches (#4465, #4477) and updated script.a... | Thomas Fuchs | 2006-04-01 | 1 | -0/+2 |
* | Use --simple-prompt instead of --prompt-mode simple for console compatibility... | David Heinemeier Hansson | 2006-04-01 | 1 | -0/+2 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+6 |
* | Make Rails::VERSION implicitly loadable. Closes #4491. | Nicholas Seckar | 2006-04-01 | 1 | -0/+2 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 1 | -0/+2 |
* | Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net] | David Heinemeier Hansson | 2006-03-30 | 1 | -3/+3 |
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 1 | -0/+4 |
* | Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf... | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+5 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 1 | -0/+2 |
* | Allow load_fixtures to load a subset of total fixture data. [Chad Fowler] | Michael Koziarski | 2006-03-28 | 1 | -0/+6 |
* | Update to Prototype 1.5.0_pre1 | Sam Stephenson | 2006-03-27 | 1 | -0/+2 |
* | Update to script.aculo.us 1.6 | Thomas Fuchs | 2006-03-26 | 1 | -0/+2 |
* | Add an integration test generator | Jamis Buck | 2006-03-25 | 1 | -0/+2 |
* | Don't polute the top level namespace in the console with ActionView helpers. ... | Marcel Molina | 2006-03-23 | 1 | -2/+2 |
* | Make all ActionView helpers available in the console for debugging purposes. | Marcel Molina | 2006-03-21 | 1 | -0/+10 |
* | Replaced old session rake tasks with db:sessions:create to generate a migrati... | Rick Olson | 2006-03-20 | 1 | -0/+2 |
* | Reject Ruby 1.8.3 when loading Rails; extract version checking code. | Nicholas Seckar | 2006-03-19 | 1 | -0/+2 |
* | Remove explicit loading of RailsInfo and RailsInfoController. | Nicholas Seckar | 2006-03-19 | 1 | -0/+6 |
* | Fix RailsInfoController. | Nicholas Seckar | 2006-03-19 | 1 | -0/+2 |
* | Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -0/+2 |
* | Added 'port open?' check to the spawner when running in repeat mode so we don... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+2 |
* | Add verification to scaffolds (generated and reflection based). Require POST... | Michael Koziarski | 2006-03-14 | 1 | -0/+2 |
* | Don't replace application.js in public/javascripts if it already exists [Cody... | Tobias Lütke | 2006-03-13 | 1 | -0/+2 |
* | Delay rake:uncommitted's execution of `svn status` | Nicholas Seckar | 2006-03-13 | 1 | -0/+2 |
* | Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. | Sam Stephenson | 2006-03-12 | 1 | -0/+2 |
* | Use the Rake API instead of shelling out to create the tmp directory in comma... | Sam Stephenson | 2006-03-12 | 1 | -0/+2 |
* | Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO... | Rick Olson | 2006-03-07 | 1 | -0/+2 |
* | Added tracking of database and framework versions in script/about #4088 [char... | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+2 |
* | Added public/javascripts/application.js as a sample since it'll automatically... | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+1 |
* | Words of caution | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+1 |
* | Added -a/--with-assets option to rails generator that will include default as... | David Heinemeier Hansson | 2006-03-04 | 1 | -0/+2 |
* | Added socket cleanup for lighttpd, both before and after [DHH] Added automati... | David Heinemeier Hansson | 2006-03-04 | 1 | -0/+6 |
* | Added reload! method to script/console to reload all models and others that i... | David Heinemeier Hansson | 2006-03-03 | 1 | -0/+2 |
* | Added that rake rails:freeze:edge will now just export all the contents of th... | David Heinemeier Hansson | 2006-03-03 | 1 | -0/+2 |
* | Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd... | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+2 |
* | Added test:uncommitted to test changes since last checkin to Subversion (clos... | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+2 |
* | Help script/about print the correct svn revision when in a non-English locale... | Jeremy Kemper | 2006-03-01 | 1 | -0/+2 |
* | Add 'app' accessor to script/console as an instance of Integration::Session | Jamis Buck | 2006-03-01 | 1 | -0/+2 |
* | Generator::Base#usage takes an optional message argument which defaults to Ge... | Jeremy Kemper | 2006-02-28 | 1 | -0/+2 |
* | Remove the extraneous AR::Base.threaded_connections setting from the webrick ... | Jeremy Kemper | 2006-02-28 | 1 | -0/+2 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+2 |
* | Added namespaces to all tasks, so for example load_fixtures is now db:fixture... | David Heinemeier Hansson | 2006-02-27 | 1 | -0/+2 |
* | CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins... | David Heinemeier Hansson | 2006-02-27 | 1 | -0/+2 |
* | Added -r/--repeat option to script/process/spawner that offers the same loop ... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+2 |
* | Added collision option to template generation in generators (closes #3329) [a... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+5 |
* | Added more information to script/plugin's doings to ease debugging #3755 [Ric... | David Heinemeier Hansson | 2006-02-26 | 1 | -16/+3 |