aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Rack is released tooRafael Mendonça França2014-08-181-4/+2
* No need to point to arel and i18n master anymoreRafael Mendonça França2014-08-181-6/+2
* Fix rails-html_sanitizer in Gemfile templateJon Atack2014-08-181-1/+1
* Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-171-4/+20
|\
| * Add a `required` option to the model generatorSean Griffin2014-08-081-4/+20
* | Merge branch 'master' into loofahRafael Mendonça França2014-08-177-41/+12
|\ \
| * \ Merge pull request #16294 from bf4/code_toolsRafael Mendonça França2014-08-171-35/+0
| |\ \
| | * | Remove unused, broken, legacy ruby-prof extension from 2005Benjamin Fleischer2014-07-251-35/+0
| * | | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-173-1/+9
| |\ \ \
| | * \ \ Merge pull request #16485 from seuros/activejobDavid Heinemeier Hansson2014-08-172-0/+8
| | |\ \ \
| | | * | | Added docs for AJ::Callbacks; Added AJ to docs build mapCristian Bica2014-08-161-0/+7
| | | * | | Remove activejob integration testsAbdelkader Boudih2014-08-121-0/+1
| | * | | | Lock web-console to 2.0.0.beta1 for the first 4.2 betaGenadi Samokovarov2014-08-181-1/+1
| * | | | | 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-074-10/+50
|\ \
| * | 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-062-4/+8
| * | 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