aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-118-8/+22
* Add --old-style-hash option to force creating old style hash on Ruby 1.9Prem Sichanugrist2011-04-102-2/+8
* Rails will now generate Ruby 1.9 style hash when running app generator on Rub...Prem Sichanugrist2011-04-103-3/+12
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-104-19/+29
* Make scaffold_controller generator generate code for JSON response instead of...Prem Sichanugrist2011-04-101-14/+14
* make turn a soft dependency. generate a Gemfile that contains turn and requir...Aaron Patterson2011-04-082-6/+14
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-031-2/+2
|\
| * s/ERb/ERB/gAkira Matsuda2011-04-031-2/+2
* | Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-312-1/+9
* | Direct logging of Active Record to STDOUT so it's shown inline with the resul...David Heinemeier Hansson2011-03-311-0/+4
* | Engines that use isolate_namespace with nested modules should set correct mod...Rolf Timmermans2011-03-281-2/+2
* | let these heredocs flow with the codeXavier Noria2011-03-281-14/+15
* | Make edge and dev options use edge mysql2Santiago Pastorino2011-03-271-6/+14
|/
* Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i...Prem Sichanugrist2011-03-274-17/+23
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-03-231-0/+8
|\
| * Beef up Rails::Railtie::Configuration docsGabriel Horner2011-03-191-0/+8
* | Fix test for prepend giving a false positive. [#5716 state:resolved]Aditya Sanghi2011-03-231-1/+1
|/
* silence @dummy_path not defined warningsJack Dempsey2011-03-141-0/+1
* Add require 'date' to use Date.today in plugin template MIT-LICENSESamuel Kadolph2011-03-121-0/+1
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-1/+1
* revises links to the API websites of individual components (no longer maintai...Xavier Noria2011-03-091-1/+1
* refactored Engine.#find by giving an explicit name to a variable and reducing...Diego Carrion2011-03-091-3/+3
* The root route example was the only using double quotes; switched it to singl...Chris Kalafarski2011-03-081-1/+1
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-1/+1
* Railties typos.R.T. Lechow2011-03-054-6/+6
* log and readme should respect --quietJosé Valim2011-03-041-3/+4
* only compute path.to_s onceAaron Patterson2011-03-021-1/+4
* reduce two method calls per request, 1 to method_missing and one to sendAaron Patterson2011-02-281-0/+4
* revises a few details in public/index.htmlXavier Noria2011-02-281-7/+9
* Make sure the Thor generator LoadError does not output --dev twice [#6431 sta...Jeff Kreeftmeijer2011-02-271-1/+1
* Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]Prem Sichanugrist2011-02-251-1/+1
* Make sure that we set `env["action_dispatch.show_exceptions"]`Prem Sichanugrist2011-02-251-1/+2
* Tpyo: fixing several cases of the theNicholas Rowe2011-02-191-1/+1
* improve language and examples in Railtie docsJimmy Cuadra2011-02-181-33/+21
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-2/+2
|\
| * Fixed issue #6363, avoid to pluralized already pluralized names and singulari...Timothy N. Tsvetkov2011-02-161-2/+2
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-1523-1155/+2221
|\|
| * added proper require for ruby-debug19 gem to generated GemfileWojciech Wnętrzak2011-02-121-1/+1
| * Application's assets should have higher priority than engine's onesPiotr Sarnacki2011-02-091-1/+4
| * Make rails.js include the CSRF token in the X-CSRF-Token header with every aj...Michael Koziarski2011-02-081-0/+16
| * Update jQuery UJSSantiago Pastorino2011-02-051-149/+143
| * Drop remaining script/plugin sources referencesTim Pope2011-02-031-6/+1
| * Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-021-1/+1
| |\
| | * corrected a mistake in the documentation for assert_migrationmisfo2011-01-291-1/+1
| * | Update to jQuery 1.5Santiago Pastorino2011-02-011-852/+1849
| * | Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li...Akira Matsuda2011-02-011-1/+1
| * | updating Gemfile with more contemporary examplegeemus2011-01-311-1/+1
| * | "rails dbconsole t" must not load "production" but "test"Akira Matsuda2011-01-311-1/+1
| * | Merge branch 'fix-gitignore' of https://github.com/telemachus/rails into tele...Mikel Lindsaar2011-01-301-1/+1
| |\ \
| | * | Minor fix to gitignore syntaxPeter Aronoff2011-01-141-1/+1