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
/
test
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove needless `silence_warnings`
yuuji.yaginuma
2017-09-09
2
-13
/
+2
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
17
-278
/
+242
*
Don't need the layout here
Matthew Draper
2017-09-04
1
-0
/
+2
*
Preload Rails component gems in railties tests
Matthew Draper
2017-09-04
3
-1
/
+3
*
Remove needless `silence_warnings`
yuuji.yaginuma
2017-09-01
1
-4
/
+1
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
3
-13
/
+36
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
5
-12
/
+12
*
Add test case to make sure Parameters configuration are executed once
Rafael Mendonça França
2017-08-15
1
-0
/
+10
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
48
-0
/
+96
*
Railties updates for frozen string literals.
Pat Allan
2017-08-14
1
-1
/
+2
*
Merge pull request #29559 from kirs/eager-load-controller-actions
Rafael França
2017-08-11
1
-0
/
+60
|
\
|
*
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+60
*
|
Deprecate support of older `config.ru`
yuuji.yaginuma
2017-08-08
1
-0
/
+31
*
|
Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`
George Claghorn
2017-08-05
1
-3
/
+1
*
|
Convert to strings so array can be sorted deterministically
David Heinemeier Hansson
2017-08-04
1
-3
/
+3
*
|
Deterministic comparisons please
David Heinemeier Hansson
2017-08-03
1
-3
/
+3
*
|
Do not eager load ActiveRecord::Base
Rafael Mendonça França
2017-08-03
2
-10
/
+6
*
|
Active Storage routes are now part of the default routes
David Heinemeier Hansson
2017-08-03
1
-9
/
+37
*
|
Same issue from AR getting loaded earlier
David Heinemeier Hansson
2017-08-03
1
-3
/
+3
*
|
Including new default classes in loading test
David Heinemeier Hansson
2017-08-03
1
-3
/
+3
*
|
Active Storage loads AR earlier to extend it so require env later
David Heinemeier Hansson
2017-08-03
1
-3
/
+7
*
|
Generating the app is where the exception is now raised
David Heinemeier Hansson
2017-08-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
8
-60
/
+154
|
\
\
|
*
|
Fix `warning: method redefined;`
yuuji.yaginuma
2017-07-28
1
-3
/
+3
|
|
/
|
*
Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths
Kasper Timm Hansen
2017-07-25
1
-0
/
+26
|
|
\
|
|
*
Allow bin/rails test task to take absolute paths as arguments
Pawan Dubey
2017-07-25
1
-0
/
+26
|
*
|
Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...
Sean Griffin
2017-07-25
2
-44
/
+10
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Extract `assert_output` and `available_pty?` into `ConsoleHelpers` module
yuuji.yaginuma
2017-07-25
2
-44
/
+10
|
*
|
Fix `dbconsole` test when tempdir is a long path
Sean Griffin
2017-07-25
1
-1
/
+1
|
|
/
|
*
Fix `warning: ambiguous first argument`
yuuji.yaginuma
2017-07-25
1
-1
/
+1
|
*
Avoid modifying frozen string in check_schema_file
Eugene Kenny
2017-07-23
1
-0
/
+7
|
*
support `-` as an argument to `rails runner`
Cody Cutrer
2017-07-17
1
-0
/
+8
|
*
Rename helper to force_lazy_load_hooks.
Kasper Timm Hansen
2017-07-17
1
-14
/
+14
|
*
Set `RAILS_ENV` before load application file
yuuji.yaginuma
2017-07-17
1
-3
/
+32
|
*
add helper method for explicit lazy load
yuuji.yaginuma
2017-07-16
1
-13
/
+18
|
*
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-0
/
+18
|
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+28
|
*
Merge pull request #29742 from lugray/default_protect_from_forgery
Rafael França
2017-07-10
2
-1
/
+8
|
|
\
|
|
*
Protect from forgery by default
Lisa Ugray
2017-07-10
2
-1
/
+8
|
*
|
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-2
/
+2
|
|
/
*
|
Fix test runner's output
yuuji.yaginuma
2017-07-30
1
-1
/
+1
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
5
-11
/
+158
|
\
|
|
*
Load environment file in `dbconsole` command
yuuji.yaginuma
2017-07-09
1
-0
/
+66
|
*
Merge pull request #29677 from eugeneius/parameters_configuration_tests
Rafael Mendonça França
2017-07-05
1
-0
/
+36
|
|
\
|
|
*
Fix Parameters configuration integration tests
Eugene Kenny
2017-07-04
1
-0
/
+41
|
*
|
Force ActionController::Base lazy laod hooks to run
Rafael Mendonça França
2017-07-05
1
-0
/
+12
|
|
/
|
*
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-3
/
+0
|
*
Move test related to `tmp:clear` task to `tmp_test.rb`
yuuji.yaginuma
2017-07-02
2
-7
/
+7
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
46
-46
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
46
-0
/
+46
|
|
\
[prev]
[next]