| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -1/+3 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -12/+2 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -2/+12 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -12/+2 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -1/+1 |
* | Capitalize Rake | Jon Moss | 2016-12-19 | 1 | -3/+3 |
* | deep symbolize keys on secrets.yml | Isaac Sloan | 2016-11-21 | 1 | -2/+2 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | run `before_configuration` callbacks as soon as application constant inherits... | yuuji.yaginuma | 2016-08-19 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -14/+14 |
* | Added a shared section to config/secrets.yml that will be loaded for all envi... | David Heinemeier Hansson | 2016-05-21 | 1 | -3/+8 |
* | remove explicit curlies for hash argument | Xavier Noria | 2016-04-11 | 1 | -2/+2 |
* | revises fileutils dependencies in railties | Xavier Noria | 2016-04-11 | 1 | -1/+0 |
* | [ci skip] correcting sentence in description of application.rb | Mohit Natoo | 2016-03-04 | 1 | -2/+1 |
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -1/+5 |
* | Use correct path in documentation. | Tom von Schwerdtner | 2016-02-12 | 1 | -1/+1 |
* | Accept a Pathname in Application#config_for | Rafael Mendonça França | 2015-12-15 | 1 | -1/+5 |
* | rails/application: allow passing an env to config_for | Simon Eskildsen | 2015-10-30 | 1 | -2/+2 |
* | raise `ArgumentError` when `SECRET_KEY_BASE` is an integer | Arun Agrawal | 2015-10-27 | 1 | -0/+3 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-04 | 1 | -1/+1 |
|\ |
|
| * | Renamed ‘Return’ to ‘Returns’ [ci skip] | Ronak Jangir | 2015-09-28 | 1 | -1/+1 |
* | | only construct one request in an engine | Aaron Patterson | 2015-09-30 | 1 | -9/+7 |
* | | Engines get different middleware than apps | Aaron Patterson | 2015-09-29 | 1 | -0/+6 |
|/ |
|
* | [ci skip] Remove comments about Rails 3.1 | claudiob | 2015-05-11 | 1 | -2/+1 |
* | Require yaml before trying to rescue its exception class | Rafael Mendonça França | 2015-04-22 | 1 | -1/+1 |
* | Error message no longer tells you to set the (deprecated) secret_token. | Dan | 2015-04-12 | 1 | -1/+1 |
* | Remove `#build_original_fullpath` method | eileencodes | 2015-03-20 | 1 | -5/+0 |
* | Use fullpath from Rack request rather than building it | eileencodes | 2015-03-20 | 1 | -11/+5 |
* | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 1 | -3/+3 |
* | Fix typo in Rails::Application#migration_railties | RobertZK | 2015-02-10 | 1 | -2/+2 |
* | Remove Psych hack for Ruby 1.9 | claudiob | 2015-01-04 | 1 | -10/+1 |
* | Rails::Application#secrets should be documented. | Guo Xiang Tan | 2014-12-24 | 1 | -1/+15 |
* | No need to sync config.secret_token and secrets.secret_token | Rafael Mendonça França | 2014-11-10 | 1 | -7/+2 |
* | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 1 | -4/+16 |
|\ |
|
| * | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 1 | -4/+16 |
* | | add lib to $LOAD_PATH on application inhertence. fixes #17106 | Aaron Patterson | 2014-11-04 | 1 | -5/+8 |
|/ |
|
* | Standardize on `Rails.application` [ci skip] | Tamir Duberstein | 2014-09-19 | 1 | -1/+1 |
* | Dont mess with default order engines load | Washington Luiz | 2014-09-02 | 1 | -8/+9 |
* | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-12 | 1 | -1/+2 |
* | add a new constructor that runs load hooks | Aaron Patterson | 2014-08-07 | 1 | -0/+4 |
* | defer running after_config hooks until after the object is allocated | Aaron Patterson | 2014-08-07 | 1 | -7/+22 |
* | lazily instantiate application subclasses | Aaron Patterson | 2014-08-06 | 1 | -3/+1 |
* | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 1 | -0/+32 |
* | rake railties:install:migrations respects the order of railties | Arun Agrawal | 2014-05-27 | 1 | -0/+9 |
* | Make console and generators blocks works at Application instance level | Rafael Mendonça França | 2014-04-14 | 1 | -0/+12 |
* | Rails.application should be set inside before_configuration hook | Rafael Mendonça França | 2014-04-07 | 1 | -1/+3 |
* | Remove useless begin..end | Carlos Antonio da Silva | 2014-04-07 | 1 | -2/+1 |
* | Ensure we supply Kernel#y for 1.9 too | Matthew Draper | 2014-04-04 | 1 | -0/+19 |
* | Merge pull request #13945 from rails/json_cookie_serializer_improvements | Guillermo Iguaran | 2014-02-13 | 1 | -1/+1 |
|\ |
|