| Commit message (Expand) | Author | Age | Files | Lines |
* | Add script/dbconsole to app generator | Jeremy Kemper | 2008-05-07 | 1 | -1/+1 |
* | rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb | Jeremy Kemper | 2008-03-31 | 1 | -1/+1 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -1/+2 |
* | Removed the default .htaccess configuration as there are so many good deploym... | David Heinemeier Hansson | 2008-03-29 | 1 | -3/+2 |
* | Stop adding the antiquated test/mocks/* directories and only add them to the ... | David Heinemeier Hansson | 2008-03-27 | 1 | -2/+0 |
* | App generate says sqlite3 is the default and mentions frontbase. Closes #1055... | Jeremy Kemper | 2007-12-21 | 1 | -3/+4 |
* | Changed the default database from mysql to sqlite3, so now running "rails mya... | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio... | Jeremy Kemper | 2007-11-28 | 1 | -1/+5 |
* | Remove stale warning from application generator usage message. Closes #10165 ... | Jeremy Kemper | 2007-11-14 | 1 | -7/+0 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -1/+1 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 1 | -1/+1 |
* | Include the new 422 in the app generation | David Heinemeier Hansson | 2007-09-24 | 1 | -1/+1 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -1/+1 |
* | Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def... | Nicholas Seckar | 2007-03-14 | 1 | -1/+2 |
* | Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. | Jeremy Kemper | 2007-03-06 | 1 | -1/+1 |
* | fix app generator | Rick Olson | 2007-02-24 | 1 | -2/+12 |
* | Include two default initializers as examples | David Heinemeier Hansson | 2007-02-23 | 1 | -0/+4 |
* | Added config/initializers where all ruby files within it are automatically lo... | David Heinemeier Hansson | 2007-02-23 | 1 | -0/+1 |
* | Missed commit for [6184]. Generate a random secret for new app's cookie sessi... | Jeremy Kemper | 2007-02-21 | 1 | -1/+1 |
* | Missed commit from [5686]. | Jeremy Kemper | 2006-12-06 | 1 | -1/+0 |
* | Dont include the mime.yml anyway, Mongrel will just ship with more defaults i... | David Heinemeier Hansson | 2006-11-23 | 1 | -1/+0 |
* | Add custom mime type file for mongrel. config/mime.yml is added with generat... | Rick Olson | 2006-11-19 | 1 | -0/+1 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 1 | -6/+6 |
* | Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. | Nicholas Seckar | 2006-06-28 | 1 | -3/+3 |
* | The app generator detects the XAMPP package's MySQL socket location. Closes #... | Jeremy Kemper | 2006-05-12 | 1 | -1/+2 |
* | The app generator sets a session key in application.rb so apps running on the... | Jeremy Kemper | 2006-05-07 | 1 | -2/+3 |
* | Added script/process/inspector to do simple process status information on Rai... | David Heinemeier Hansson | 2006-04-28 | 1 | -1/+1 |
* | Added pid file usage to script/process/spawner and script/process/reaper alon... | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+1 |
* | Fixed that the -r/--ruby path option of the rails command was not being respe... | David Heinemeier Hansson | 2006-04-06 | 1 | -3/+4 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+6 |
* | Specify gem version in environment.rb | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+2 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | The Ruby path should be a string (closes #4361) [DHH] | David Heinemeier Hansson | 2006-03-25 | 1 | -1/+1 |
* | Added public/javascripts/application.js as a sample since it'll automatically... | David Heinemeier Hansson | 2006-03-04 | 1 | -15/+6 |
* | Added -a/--with-assets option to rails generator that will include default as... | David Heinemeier Hansson | 2006-03-04 | 1 | -3/+13 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 1 | -2/+2 |
* | Guard against app generation if the database specified isnt supported for pre... | David Heinemeier Hansson | 2006-02-28 | 1 | -0/+3 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+1 |
* | Added -r/--repeat option to script/process/spawner that offers the same loop ... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+3 |
* | Prepare order for uncommenting, use consistent opt options [DHH] | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+3 |
* | Added -d/--database option to the rails command, so you can do "rails --datab... | David Heinemeier Hansson | 2006-02-25 | 1 | -16/+18 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 1 | -2/+3 |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 1 | -4/+5 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -0/+1 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -1/+0 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -1/+1 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -3/+0 |