aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Include active_storage in all generated application.rb filesDavid Heinemeier Hansson2017-08-042-0/+2
* Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-015-7/+8
|\
| * Merge pull request #30015 from larskanis/use-duktake-on-mingwGuillermo Iguaran2017-08-011-0/+2
| |\
| | * Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C buildsLars Kanis2017-08-011-0/+2
| * | Merge pull request #30023 from y-yagi/remove_unnecessary_doc_directory_deletionGuillermo Iguaran2017-08-011-1/+0
| |\ \
| | * | Remove unnecessary `doc` directory deletionyuuji.yaginuma2017-08-011-1/+0
| * | | Merge pull request #30029 from yhirano55/fix_rails_command_commentsSean Griffin2017-08-011-3/+3
| |\ \ \
| | * | | [ci skip] Fix rails_command commentsYoshiyuki Hirano2017-08-011-3/+3
| | | |/ | | |/|
| * | | Fix rubocop style issues in yarn and spring.rb templates"roberts10002017-07-312-3/+3
| | |/ | |/|
* | | Prevent interpolation of ERB elementsDavid Heinemeier Hansson2017-08-011-6/+6
* | | Add the storage.yml file by defaultDavid Heinemeier Hansson2017-08-011-0/+1
* | | We moved to storage.ymlDavid Heinemeier Hansson2017-08-012-35/+1
* | | Add Azure configuration to Active Storage templateMike Gunderloy2017-08-011-0/+8
* | | Create the skeleton directories needed and ignore accordinglyDavid Heinemeier Hansson2017-07-312-0/+8
* | | Load activestorage by defaultDavid Heinemeier Hansson2017-07-312-0/+8
* | | Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-314-5/+44
* | | Require activestorage per default with asset pipelineDavid Heinemeier Hansson2017-07-311-0/+1
* | | Include default storage configurationDavid Heinemeier Hansson2017-07-314-0/+35
|/ /
* / Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-313-0/+7
|/
* Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-251-1/+4
|\
| * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-3/+3
|/
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-0/+9
* Merge pull request #29902 from y-yagi/fix_29880Rafael França2017-07-241-2/+6
|\
| * Do not show URL in boot info when using Pumayuuji.yaginuma2017-07-241-2/+6
* | Merge pull request #29853 from lugray/move_generator_namespacing_to_baseRafael França2017-07-242-36/+37
|\ \
| * | Move generator namespacing to BaseLisa Ugray2017-07-192-36/+37
* | | Revert "Include rack-mini-profiler by default"Rafael França2017-07-241-2/+0
* | | Include rack-mini-profiler by defaultschneems2017-07-241-0/+2
| |/ |/|
* | Make `rails yarn:install` ignore dev dependenciesprintercu2017-07-191-1/+1
|/
* support `-` as an argument to `rails runner`Cody Cutrer2017-07-172-2/+7
* Add bootsnap to default Gemfile:Burke Libbey2017-07-172-0/+4
* Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-1/+4
* Merge pull request #29782 from y-yagi/follow_up_29699Kasper Timm Hansen2017-07-161-1/+1
|\
| * Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* | Merge pull request #29358 from robin850/dbconsole-connectionKasper Timm Hansen2017-07-163-8/+25
|\ \
| * | Properly expand the environment's nameRobin Dupret2017-07-163-7/+6
| * | Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-0/+6
| * | Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-2/+14
| |/
* / Fix root not being defined on Travis.Kasper Timm Hansen2017-07-161-1/+6
|/
* Merge pull request #29645 from y-yagi/check_component_when_run_app_updateKasper Timm Hansen2017-07-163-23/+37
|\
| * Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-163-23/+37
* | Remove blank lines in setupYoshiyuki Hirano2017-07-161-2/+3
|/
* Allow to edit secrets in mutiple apps at the same timeyuuji.yaginuma2017-07-131-1/+2
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-112-0/+8
* Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
* Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-103-3/+8
|\
| * Protect from forgery by defaultLisa Ugray2017-07-103-3/+8
* | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-109-262/+228
|/
* Merge pull request #29721 from y-yagi/fix_29696Kasper Timm Hansen2017-07-091-2/+2
|\
| * Treat secrets as binaryyuuji.yaginuma2017-07-091-2/+2