aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Dont encourage people to run without autoflush in productionDavid Heinemeier Hansson2014-08-171-3/+0
| |/ / / /
| * | | | Merge pull request #16467 from strzalek/cookies-digest-config-option2Godfrey Chan2014-08-171-1/+2
| |\ \ \ \
| | * | | | Add config option for cookies digestŁukasz Strzałkowski2014-08-121-1/+2
| | | |_|/ | | |/| |
| * | | | s/Dont'/Don't/Akira Matsuda2014-08-151-1/+1
| | |/ / | |/| |
* | | | Use the release gems and point application gemfile to right loofahRafael Mendonça França2014-08-171-1/+3
* | | | Prepare for partial release.Kasper Timm Hansen2014-08-171-0/+3
|/ / /
* | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"Santiago Pastorino2014-08-081-2/+1
* | | Merge pull request #16434 from strzalek/cookies-digest-config-optionSantiago Pastorino2014-08-081-1/+2
|\ \ \
| * | | Return preconfigured AS::MessageVerifierŁukasz Strzałkowski2014-08-081-1/+1
| * | | Add config option for cookies digestŁukasz Strzałkowski2014-08-081-0/+1
| |/ /
* | | save a hash allocation per request.Aaron Patterson2014-08-081-1/+1
* | | Fixes test for Gemfile entry changesArun Agrawal2014-08-082-2/+2
|/ /
* | Pull spring gem entry into the Gemfile template instead of gemfile_entries so...David Heinemeier Hansson2014-08-072-10/+12
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-073-9/+43
|\ \
| * | add a new constructor that runs load hooksAaron Patterson2014-08-071-0/+4
| * | defer running after_config hooks until after the object is allocatedAaron Patterson2014-08-071-7/+22
| * | lazily instantiate application subclassesAaron Patterson2014-08-061-3/+1
| * | Merge pull request #16359 from skanev/after-bundle-in-rails-templatesYves Senn2014-08-062-0/+17
| |\ \
| | * | Add an after_bundle callback in Rails templatesStefan Kanev2014-08-032-0/+17
* | | | Stop using padding in the generated Gemfile -- it looks shitDavid Heinemeier Hansson2014-08-072-6/+1
|/ / /
* | | Bring back the helpers testsJosé Valim2014-08-052-0/+11
* | | Fix typo [ci skip]Jon Atack2014-08-041-1/+1
* | | Explain why we use asset digests, not what a setter doesDavid Heinemeier Hansson2014-08-032-2/+4
* | | Add suggestion as to how you can app the the assets load pathDavid Heinemeier Hansson2014-08-031-0/+3
* | | Pull in the custom configuration concept from dhh/custom_configurationDavid Heinemeier Hansson2014-08-031-1/+13
* | | A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-032-5/+0
* | | Change the production log level default from :info to :debug. All production ...David Heinemeier Hansson2014-08-031-2/+2
* | | Generating stubs for helper tests is overly specific. Most helpers should sim...David Heinemeier Hansson2014-08-033-21/+0
|/ /
* | Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-1/+1
* | Give password_confirmation div the "field" class in erb form templatenoinkling2014-07-291-1/+1
* | Additional clarification on password:digest in scaffold and model generator h...noinkling2014-07-252-4/+16
* | Add password:digest information to scaffold generator help text [ci skip]noinkling2014-07-251-1/+5
|/
* Fix syntax errorRafael Mendonça França2014-07-231-1/+2
* Dev and edge application and plugins need to include i18n masterRafael Mendonça França2014-07-231-1/+2
* Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+9
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-2/+4
|\
| * Stop using mocha on app_rails_loader_testRafael Mendonça França2014-07-071-2/+4
* | Merge pull request #16212 from aantix/additional_migration_conflict_help_mess...Rafael Mendonça França2014-07-181-1/+2
|\ \
| * | Modified migration conflict message to remove the string concatenation.Jim Jones2014-07-181-3/+3
| * | Added additional help messaging when there's scaffolding being generated and ...Jim Jones2014-07-171-1/+2
* | | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
|/ /
* | Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+17
* | Add Rails::Application#config_forRafael Mendonça França2014-07-151-0/+32
* | Add ability to extend `rails server` command options parserAndrey Chernih2014-07-111-7/+11
* | Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-2/+4
|\ \ | |/ |/|
| * Upgraded rackJarmo Isotalo2014-05-191-2/+4
* | Merge pull request #16046 from grosser/grosser/cleangenRafael Mendonça França2014-07-041-2/+1
|\ \
| * | remove bundler magicgrosser2014-07-031-2/+1
* | | Display notice in index.html pages in scaffolded generated viewsArun Agrawal2014-07-041-0/+2
* | | Add configuration to enable mail previewsLeonard Garvey2014-07-011-2/+0
|/ /