aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Yes we need this to pass the test. we are using config.log_level.Arun Agrawal2011-08-251-2/+2
* fix ambiguous * and remove unused variableAaron Patterson2011-08-241-2/+2
* fix ambiguous use of *Aaron Patterson2011-08-241-1/+1
* only define the encoding reader since we define the writer later onAaron Patterson2011-08-241-1/+2
* we are *sure* we want to set the encoding, so silence warnings around itAaron Patterson2011-08-242-4/+9
* dealing with some -w warnings on startupAaron Patterson2011-08-244-2/+9
* Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-243-6/+13
* Add destroy alias to enginesGuillermo Iguaran2011-08-221-2/+3
* Merge pull request #2411 from ai/debug_assets_by_configSantiago Pastorino2011-08-222-0/+4
|\
| * Allow to debug assets by config.assets.debugAndrey A.I. Sitnik2011-08-222-0/+4
* | Add Destroy AliasAndrey Ognevsky2011-08-221-1/+2
|/
* Cleanup application.cssRafa García2011-08-171-3/+3
* Use lazy load hooks to set parameter wrapping configuration. This means that ...Jon Leighton2011-08-161-7/+9
* Don't reference ActiveRecord::Base in initializers/wrap_parameters.rb. Use co...Jon Leighton2011-08-161-5/+7
* Fix wrap_parameters initializer templateJon Leighton2011-08-161-1/+1
* Don't refer to ActionController::Base in the wrap_parameters initializer - us...Jon Leighton2011-08-161-1/+1
* Requiring delegate.Arun Agrawal2011-08-161-0/+1
* Merge branch 'master' of github.com:lifo/docrailsXavier Noria2011-08-131-1/+3
|\
| * Fix a bit precompile and lazy compile commentsSantiago Pastorino2011-08-131-4/+2
| * Don't require assets group in production by default, you can change this defa...Santiago Pastorino2011-08-131-3/+7
| * use File.directory? as Dir.exists? is only 1.9.2+Aaron Patterson2011-08-131-2/+2
| * Merge pull request #2324 from zenapsis/3-1-stableSantiago Pastorino2011-08-132-3/+7
| * MassAssignmentProtection: consider 'id' insensetive in StrictSanitizerBogdan Gusiev2011-08-131-0/+5
| * fixes #2368. rake about not showing the middleware, db adapter and db schema ...Vijay Dev2011-08-131-1/+1
| * Include empty app/mailers directory in mountable and full pluginsDan Gebhardt2011-08-132-0/+1
| * Tidy upSantiago Pastorino2011-08-132-5/+4
| * Tidy up a bit plugin new gemspecSantiago Pastorino2011-08-131-7/+3
| * Moved dependencies from Gemfile to gemspec to eliminate redundant declarations.Dan Gebhardt2011-08-132-7/+24
| * Extracted version from gemspec and placed it in its own file. This is consist...Dan Gebhardt2011-08-133-3/+11
| * Expanded meta-data in gemspec to include author, email, etc.; Defaults includ...Dan Gebhardt2011-08-131-4/+8
| * Don't use Rack::Sendfile middleware if x_sendfile_header is not presentSantiago Pastorino2011-08-131-1/+3
* | Further monkey-patching to avoid deprecation warningsPivotal Casebook2011-08-081-0/+2
* | Initialize config.assets.version the same way it's done in SprocketsSantiago Pastorino2011-08-081-0/+1
* | x_sendfile_header now defaults to nil and production.rb env file doesn'tSantiago Pastorino2011-08-072-5/+3
* | Avoid generating app/views/layouts/application.html.erb on mountable engines,...Santiago Pastorino2011-08-052-2/+0
* | Fix a bit precompile and lazy compile commentsSantiago Pastorino2011-08-031-4/+2
* | Don't require assets group in production by default, you can change this defa...Santiago Pastorino2011-08-031-3/+7
* | use File.directory? as Dir.exists? is only 1.9.2+Aaron Patterson2011-08-011-2/+2
* | Merge pull request #2324 from zenapsis/3-1-stableSantiago Pastorino2011-08-012-3/+7
* | Merge pull request #2385 from bogdan/test_default_sanitizer2José Valim2011-08-011-0/+5
|\ \
| * | MassAssignmentProtection: consider 'id' insensetive in StrictSanitizerBogdan Gusiev2011-07-281-0/+5
* | | fixes #2368. rake about not showing the middleware, db adapter and db schema ...Vijay Dev2011-07-311-1/+1
* | | Include empty app/mailers directory in mountable and full pluginsDan Gebhardt2011-07-292-0/+1
* | | Tidy upSantiago Pastorino2011-07-282-5/+4
* | | Tidy up a bit plugin new gemspecSantiago Pastorino2011-07-281-7/+3
* | | Moved dependencies from Gemfile to gemspec to eliminate redundant declarations.Dan Gebhardt2011-07-282-7/+24
* | | Extracted version from gemspec and placed it in its own file. This is consist...Dan Gebhardt2011-07-283-3/+11
* | | Expanded meta-data in gemspec to include author, email, etc.; Defaults includ...Dan Gebhardt2011-07-281-4/+8
* | | Don't use Rack::Sendfile middleware if x_sendfile_header is not presentSantiago Pastorino2011-07-251-1/+3
| |/ |/|
* | Use shorter class-level File methods instead of going through File.stat.thedarkone2011-07-251-1/+1
|/