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 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
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
45
-0
/
+45
|
*
|
Clear screenshots files in `tmp:clear` task
yuuji.yaginuma
2017-06-27
1
-0
/
+36
|
|
/
|
*
Make i18n test match the description of the test
Guillermo Iguaran
2017-06-09
1
-1
/
+1
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-05-29
7
-14
/
+225
|
\
|
|
*
Merge pull request #28132 from mikeycgto/aead-encrypted-cookies
Kasper Timm Hansen
2017-05-28
1
-9
/
+84
|
|
\
|
|
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-9
/
+84
|
*
|
Make reset execution assertions easier to read.
Kasper Timm Hansen
2017-05-28
1
-15
/
+11
|
*
|
Use models to match the docs.
Kasper Timm Hansen
2017-05-27
1
-1
/
+1
|
*
|
ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...
David Heinemeier Hansson
2017-05-26
1
-0
/
+88
|
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
|
|
/
|
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-0
/
+4
|
*
Allow irb options to be passed from `rails console` command
yuuji.yaginuma
2017-05-08
1
-4
/
+12
|
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-0
/
+6
|
*
Merge pull request #28896 from pschambacher/load_with_shared
Rafael França
2017-04-26
1
-0
/
+34
|
|
\
|
|
*
Added a shared section to config/database.yml that will be loaded for all env...
Pierre Schambacher
2017-04-26
1
-0
/
+34
*
|
|
Set proper assertion to be sure the test failed
bogdanvlviv
2017-05-02
1
-1
/
+1
*
|
|
New minitest 'assert false' message
Pavel Valena
2017-04-26
1
-1
/
+1
|
/
/
*
|
Merge pull request #28897 from rafaelfranca/fix-name-error-error-page
Aaron Patterson
2017-04-26
1
-0
/
+14
|
\
\
|
*
|
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
1
-0
/
+14
|
|
/
*
|
Merge pull request #28244 from ixti/improve/action-mailer-preview-params
Rafael França
2017-04-26
1
-0
/
+51
|
\
\
|
|
/
|
/
|
|
*
Pass request params to ActionMailer::Preview
Alexey Zapparov
2017-03-01
1
-0
/
+51
*
|
Set to `form_with_generates_remote_forms` only when config is explicitly spec...
yuuji.yaginuma
2017-04-22
1
-0
/
+28
*
|
Configure form_with_generates_remote_forms in its own initializer
Rafael Mendonça França
2017-04-21
1
-0
/
+32
*
|
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-1
/
+31
*
|
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-0
/
+25
*
|
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
2
-4
/
+4
*
|
Merge pull request #28057 from eugeneius/clear_active_connections
Matthew Draper
2017-04-04
1
-0
/
+8
|
\
\
|
*
|
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
|
|
Fix the tests to test what they should be testing
Rafael Mendonça França
2017-03-27
1
-8
/
+8
*
|
|
Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_version
Rafael França
2017-03-27
1
-0
/
+16
|
\
\
\
|
*
|
|
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+16
*
|
|
|
Do not show hidden namespaces in destroy commnad help
yuuji.yaginuma
2017-03-27
1
-0
/
+3
|
/
/
/
*
|
|
Fixup trailing whitespace, per complaints from CodeClimate.
Robert Thau
2017-03-22
1
-1
/
+1
*
|
|
Correctly reset ARGV for "rails runner `CODE' arg arg arg..."
Robert Thau
2017-03-22
1
-0
/
+8
*
|
|
Avoid running system tests by default
Robin Dupret
2017-03-05
1
-0
/
+46
*
|
|
Fix random failure on system test with ajax
Fumiaki MATSUSHIMA
2017-03-03
1
-0
/
+28
|
|
/
|
/
|
*
|
does not show hidden namespaces in generator's help
yuuji.yaginuma
2017-02-24
1
-0
/
+7
*
|
Make help short-cut alias to work
yuuji.yaginuma
2017-02-24
1
-0
/
+23
*
|
Make version short-cut alias to work
yuuji.yaginuma
2017-02-24
1
-0
/
+24
*
|
Add back tests for test:units and test:functionals.
Kasper Timm Hansen
2017-02-23
1
-12
/
+16
*
|
Split direct method into two
Andrew White
2017-02-21
1
-4
/
+4
*
|
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-0
/
+58
*
|
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-4
/
+98
*
|
Rename url_helper to direct
Andrew White
2017-02-21
1
-4
/
+4
*
|
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
1
-2
/
+33
*
|
Fix run_via[]= backwards compatibility.
Kasper Timm Hansen
2017-02-21
1
-0
/
+10
|
/
[prev]
[next]