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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix server-generated JS response processing on IE9 when using rails-ujs and r...
Josh Goodall
2017-05-17
1
-1
/
+1
*
Fix association documentation
Rafael Mendonça França
2017-05-16
1
-6
/
+5
*
Merge pull request #29056 from juliusdelta/29055-missing-links-in-activesuppo...
Andrew White
2017-05-16
1
-1
/
+1
|
\
|
*
Old expression caught to many chars resulting in 404. Added minor change to r...
JD Gonzales
2017-05-12
1
-1
/
+1
*
|
Merge pull request #29095 from y-yagi/fix_test_with_rack_203
Guillermo Iguaran
2017-05-15
2
-7
/
+7
|
\
\
|
*
|
Fix `TestInvalidUrls` with rack 2.0.3
yuuji.yaginuma
2017-05-16
1
-6
/
+6
|
*
|
Bump rack version
yuuji.yaginuma
2017-05-16
1
-1
/
+1
*
|
|
Merge pull request #29077 from rails/ignore-tables-in-sql-dump
Guillermo Iguaran
2017-05-15
8
-5
/
+85
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Changelog entry [ci-skip]
Guillermo Iguaran
2017-05-15
1
-0
/
+4
|
*
|
Improvements for SQLite rake task.
Guillermo Iguaran
2017-05-15
1
-7
/
+18
|
*
|
Update SchemaDumper.ignore_tables docs
Guillermo Iguaran
2017-05-15
1
-2
/
+2
|
*
|
Respect 'ignore_tables' in SQLite structure dump
Guillermo Iguaran
2017-05-15
2
-1
/
+30
|
*
|
Respect 'ignore_tables' in MySQL structure dump
Guillermo Iguaran
2017-05-15
2
-0
/
+22
|
*
|
Respect `ignore_tables` in Postgres structure dump
Rusty Geldmacher
2017-05-15
2
-0
/
+14
|
/
/
*
|
Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-check
Kasper Timm Hansen
2017-05-15
2
-8
/
+20
|
\
\
|
*
|
Updates to MessageEncryptor AEAD tests
Michael Coyne
2017-05-15
1
-10
/
+14
|
*
|
Fix for AEAD auth_tag check in MessageEncryptor
Michael Coyne
2017-05-15
2
-1
/
+9
*
|
|
Merge pull request #29083 from eugeneius/local_cache_unless_exist
Eileen M. Uchitelle
2017-05-15
2
-1
/
+14
|
\
\
\
|
*
|
|
Don't cache locally if unless_exist was passed
Eugene Kenny
2017-05-14
2
-1
/
+14
|
/
/
/
*
|
|
explain why guide translations need a fork [ci skip]
Xavier Noria
2017-05-14
1
-3
/
+4
*
|
|
Clarify documentation for system test arguments
eileencodes
2017-05-14
1
-2
/
+2
*
|
|
Use a more realistic use-case for system test generator
eileencodes
2017-05-14
1
-5
/
+5
*
|
|
Update system test runner docs
eileencodes
2017-05-14
2
-8
/
+10
*
|
|
Merge pull request #29010 from y-yagi/fix_28988
Guillermo Iguaran
2017-05-13
3
-6
/
+32
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Allow irb options to be passed from `rails console` command
yuuji.yaginuma
2017-05-08
3
-6
/
+32
*
|
|
Merge pull request #29064 from boykoc/revenge-of-the-fixtures
Eileen M. Uchitelle
2017-05-12
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] Mailer fixtures in Testing guide.
Cody Boyko
2017-05-12
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #29062 from eileencodes/force-encoding-to-original-string-...
Eileen M. Uchitelle
2017-05-12
2
-0
/
+7
|
\
\
\
|
*
|
|
Maintain original encoding from path
eileencodes
2017-05-12
2
-0
/
+7
*
|
|
|
Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_sele...
Kasper Timm Hansen
2017-05-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix ambigious error message of select query method
Mehmet Emin INAC
2017-05-08
1
-1
/
+1
*
|
|
|
|
Merge pull request #29029 from timolehto/master
Rafael França
2017-05-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
rake -T should load development env by default, not test
Timo Kilpilehto
2017-05-10
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #29034 from peterjm/handle_loops_in_exception_handling
Rafael França
2017-05-11
2
-3
/
+41
|
\
\
\
\
\
\
|
*
|
|
|
|
|
handle loops in the cause chain in Rescuable#rescue_with_handler
Peter McCracken
2017-05-10
2
-3
/
+41
*
|
|
|
|
|
|
Merge pull request #29040 from eugeneius/parameters_delete_block
Aaron Patterson
2017-05-11
2
-2
/
+23
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Pass block in ActionController::Parameters#delete
Eugene Kenny
2017-05-10
2
-2
/
+23
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #29043 from kamipo/dont_eager_loading_if_unneeded_for_exists
Aaron Patterson
2017-05-11
3
-4
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Don't eager loading if unneeded for `FinderMethods#exists?`
Ryuta Kamizono
2017-05-11
3
-4
/
+6
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Defer loading each DB Tasks class from AR DatabaseTasks
Akira Matsuda
2017-05-11
1
-6
/
+6
*
|
|
|
|
|
|
Merge pull request #29044 from koic/fix_typo_in_guide
Vipul A M
2017-05-11
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix a typo in guide [ci skip]
Koichi ITO
2017-05-11
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #29022 from y-yagi/allow_to_receive_arbitrary_arguments_in...
Matthew Draper
2017-05-10
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow to receive arbitrary arguments in `aggregated_results`
yuuji.yaginuma
2017-05-10
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #28995 from jcoyne/update_capybara
Matthew Draper
2017-05-09
3
-8
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Allow capybara minor releases
Justin Coyne
2017-05-05
3
-8
/
+8
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #28240 from kreintjes/fix/autoloading-sti-guide
Matthew Draper
2017-05-09
1
-9
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Correct Autoloading and STI guide (issue #26994)
Kevin Reintjes
2017-04-06
1
-9
/
+8
*
|
|
|
|
|
Merge pull request #29012 from y-yagi/fix_link_to_assert_nothing_raised_doc
Robin Dupret
2017-05-08
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix link to `assert_nothing_raised` doc [ci skip]
yuuji.yaginuma
2017-05-08
1
-1
/
+1
|
/
/
/
/
/
[next]