index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
generators
/
app_base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not show post install message on rails new
Rafael Mendonça França
2018-12-13
1
-4
/
+4
*
Remove `--skip-yarn` in favor of `--skip-javascript`
bogdanvlviv
2018-10-22
1
-3
/
+0
*
Add `skip-webpack-install` option
yuuji.yaginuma
2018-10-09
1
-1
/
+5
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
1
-45
/
+13
*
Remove mysql2 gem version requirement "< 0.6.0"
Yasuo Honda
2018-09-14
1
-1
/
+1
*
Merge pull request #33202 from deivid-rodriguez/bundler_binstubs
Eileen M. Uchitelle
2018-08-11
1
-0
/
+6
|
\
|
*
Generate bundler-compatible bundler binstub
David Rodríguez
2018-06-23
1
-0
/
+6
*
|
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
|
/
*
Don't include bootsnap by default in apps generated under JRuby
Guillermo Iguaran
2018-04-20
1
-1
/
+1
*
Support mysql2 0.4.x and 0.5.x
Aaron Stone
2018-03-20
1
-1
/
+1
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-1
/
+0
*
Merge pull request #31641 from ckoenig/remove_frozen_string_literal
Yuji Yaginuma
2018-01-20
1
-4
/
+6
|
\
|
*
Work on a dup'ed options hash
Christof Koenig
2018-01-09
1
-4
/
+6
*
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
1
-10
/
+0
|
\
\
|
|
/
|
/
|
|
*
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
1
-10
/
+0
*
|
Implicitly skip bootsnap for `rails new --dev`
yuuji.yaginuma
2017-12-19
1
-1
/
+1
*
|
Add `skip_bootsnap` option
yuuji.yaginuma
2017-12-16
1
-0
/
+7
|
/
*
Use same version constraint in mysql adapter and generated application
yuuji.yaginuma
2017-11-28
1
-1
/
+1
*
Use Puma 3.11 in newly generated applications
yuuji.yaginuma
2017-11-27
1
-1
/
+1
*
Use released arel
Rafael Mendonça França
2017-11-14
1
-5
/
+2
*
Change output log about skipping instalation of Active Storage
bogdanvlviv
2017-11-08
1
-1
/
+1
*
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
1
-1
/
+5
*
Execution of `active_storage:install` should respect `--quiet` during `rails ...
bogdanvlviv
2017-11-06
1
-1
/
+1
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
1
-0
/
+6
*
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
1
-49
/
+74
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-2
/
+2
*
redis-rb 4.0 support
Jeremy Daer
2017-10-08
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C builds
Lars Kanis
2017-08-01
1
-0
/
+2
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Replace therubyracer with mini_racer
Sam
2017-05-30
1
-1
/
+1
*
Do not show --webpack option in the plugin help message
ash
2017-05-26
1
-4
/
+0
*
Use released sass-rails instead of master version
Rafael Mendonça França
2017-04-19
1
-1
/
+1
*
Merge pull request #28546 from claudiob/drop-j-option
Rafael Mendonça França
2017-03-27
1
-8
/
+0
|
\
|
*
Remove -j (--javascript) option from `rails new`
claudiob
2017-03-23
1
-8
/
+0
*
|
ignore system test gems on Gemfile when execute with --skip-test option
ota42y
2017-03-27
1
-0
/
+4
|
/
*
List options for `rails new --webpack=WEBPACK`
claudiob
2017-03-22
1
-1
/
+2
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-0
/
+1
*
Update `database.yml` when `rails new <new_app> -d oracle` specified
Yasuo Honda
2017-03-02
1
-2
/
+1
*
Use released webpacker in new applications
yuuji.yaginuma
2017-02-28
1
-1
/
+1
*
Merge pull request #27572 from matthewd/prerelease-specifier
Matthew Draper
2017-02-23
1
-6
/
+5
|
\
|
*
Simplify the version specifier generated by prereleases
Matthew Draper
2017-01-05
1
-6
/
+5
*
|
Use released arel
Rafael Mendonça França
2017-02-21
1
-1
/
+0
*
|
Merge pull request #28055 from robertomiranda/patch-3
Guillermo Iguaran
2017-02-21
1
-1
/
+1
|
\
\
|
*
|
Use Puma 3.7.x
Roberto Miranda
2017-02-20
1
-1
/
+1
*
|
|
Add generators and ability to run system tests
eileencodes
2017-02-20
1
-0
/
+3
|
/
/
*
|
Rails::Generators::AppBase::GemfileEntry needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
/
*
remove `skip_bundle` option from plugin generator
yuuji.yaginuma
2016-12-31
1
-3
/
+0
[next]