aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow to debug assets by config.assets.debugAndrey A.I. Sitnik2011-08-222-0/+4
* 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
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-242-6/+6
|\
| * Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-242-6/+6
* | Merge pull request #2198 from Karunakar/fixing_2168Santiago Pastorino2011-07-231-3/+3
|\ \
| * | Improve rails:template undefined LOCATION variable error message fixedRaghunadh2011-07-231-3/+3
* | | Merge pull request #2196 from arunagw/issue_713Santiago Pastorino2011-07-231-2/+2
|\ \ \
| * | | For svn files also spilt requiredArun Agrawal2011-07-231-1/+1
| * | | Spliting the ouput of git ls-files for running tasks Fixes #713Arun Agrawal2011-07-231-1/+1
| |/ /
* | | Merge pull request #2195 from castlerock/command_line_informationSantiago Pastorino2011-07-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Small missing information added to command description. --help also works lik...Bratish Goswami2011-07-231-1/+1
| |/
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-233-36/+40
|\ \ | |/ |/|