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
*
Allow unscoping of left_outer_joins
Andrei Shaidurov
2017-03-06
1
-1
/
+1
*
Add CHANGELOG entry for #28250
Andrew White
2017-03-06
1
-0
/
+10
*
Merge pull request #28250 from tzabaman/fix_malformed_asset_url_in_ac_renderer
Andrew White
2017-03-06
2
-0
/
+15
|
\
|
*
Fix malformed asset_url when rendering template with ActionController::Renderer
Giorgos Vrettos
2017-03-06
2
-0
/
+15
*
|
Merge pull request #28305 from kamipo/extract_schema_migration_all_versions
Andrew White
2017-03-06
3
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
Extract `SchemaMigration.all_versions`
Ryuta Kamizono
2017-03-06
3
-4
/
+8
*
|
Merge pull request #28295 from kamipo/fix_deserialize_with_json_array
Andrew White
2017-03-06
3
-1
/
+17
|
\
\
|
*
|
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
3
-1
/
+17
|
|
/
*
|
Merge pull request #28301 from y-yagi/fix_direct_with_params_example
Jon Moss
2017-03-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix `direct` with params example [ci skip]
yuuji.yaginuma
2017-03-06
1
-1
/
+1
*
|
Merge pull request #28296 from kamipo/fix_ci_failure
Jon Moss
2017-03-05
1
-2
/
+2
|
\
\
|
*
|
Fix CI failure due to contain <U+2028>
Ryuta Kamizono
2017-03-06
1
-2
/
+2
|
/
/
*
|
Merge pull request #28293 from kamipo/remove_useless_migrator_schema_migratio...
Eileen M. Uchitelle
2017-03-05
3
-12
/
+8
|
\
\
|
*
|
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
3
-12
/
+8
|
|
/
*
|
Merge pull request #28259 from ChakreshwarSharma/redirect_to_doc
Vipul A M
2017-03-05
1
-0
/
+3
|
\
\
|
*
|
[ci skip] Use return with redirect_to
ChakreshwarSharma
2017-03-04
1
-0
/
+3
*
|
|
Merge pull request #28264 from y-yagi/do_not_take_screenshot_if_driver_does_n...
Eileen M. Uchitelle
2017-03-05
2
-1
/
+30
|
\
\
\
|
*
|
|
Do not take screenshot if driver does not support screenshot
yuuji.yaginuma
2017-03-04
2
-1
/
+30
*
|
|
|
Revert "Add a changelog entry for #28284 [ci skip]"
eileencodes
2017-03-05
1
-6
/
+0
*
|
|
|
Revert "Merge pull request #28283 from y-yagi/silence_puma_startup_messages_i...
eileencodes
2017-03-05
1
-1
/
+1
*
|
|
|
Merge pull request #28286 from robin850/skip-system-tests-by-default
Eileen M. Uchitelle
2017-03-05
6
-10
/
+73
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Avoid running system tests by default
Robin Dupret
2017-03-05
6
-10
/
+73
*
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-04
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix generated query in Retrieving specific data from multiple tables section ...
Vipul A M
2017-03-04
1
-1
/
+1
|
*
|
|
|
Remove duplicated "does" [ci skip]
Ryuta Kamizono
2017-02-14
1
-1
/
+1
*
|
|
|
|
Don't hide method that's been documented API since Rails 2.1
Andrew White
2017-03-04
1
-3
/
+3
*
|
|
|
|
Merge pull request #28288 from tejasbubane/fix-parameter-missing-doc
Robin Dupret
2017-03-04
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Fix ParameterMissing exception name in docs
Tejas Bubane
2017-03-04
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #28287 from kamipo/fix_db_schema_load
Andrew White
2017-03-04
3
-5
/
+25
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
3
-5
/
+25
|
/
/
/
/
/
*
|
|
|
|
Fix a wrong pull request reference [ci skip]
Robin Dupret
2017-03-04
1
-1
/
+1
*
|
|
|
|
Add a changelog entry for #28284 [ci skip]
Robin Dupret
2017-03-04
1
-0
/
+6
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #25174 from kamipo-fix_db_migrate_status
Andrew White
2017-03-04
4
-24
/
+75
|
\
\
\
\
|
*
|
|
|
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
4
-24
/
+75
|
/
/
/
/
*
|
|
|
Merge pull request #28283 from y-yagi/silence_puma_startup_messages_in_system...
Andrew White
2017-03-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Silence puma startup messages in system test
yuuji.yaginuma
2017-03-04
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[ci skip] Add CHANGELOG entry for #28282
Andrew White
2017-03-04
1
-0
/
+10
*
|
|
|
Merge pull request #28282 from kamipo/dont_share_options_with_with_reference_...
Andrew White
2017-03-04
2
-7
/
+10
|
\
\
\
\
|
*
|
|
|
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
2
-7
/
+10
*
|
|
|
|
Merge pull request #28284 from y-yagi/fix_system_test_example
Robin Dupret
2017-03-04
1
-7
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fx system test example [ci skip]
yuuji.yaginuma
2017-03-04
1
-7
/
+9
|
|
/
/
/
*
|
|
|
Escapes and edits to configuring guide [ci skip] (#28280)
Vipul A M
2017-03-04
1
-5
/
+5
*
|
|
|
A private method can't be called with `self.`
Akira Matsuda
2017-03-04
1
-2
/
+2
*
|
|
|
Merge pull request #28265 from 0oneo/association_guide
Ryuta Kamizono
2017-03-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
passing unique parameter to belongs_to wrongly
0oneo
2017-03-03
1
-1
/
+1
*
|
|
|
|
Merge pull request #28276 from rails/pkwip
Aaron Patterson
2017-03-03
3
-46
/
+78
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
remove unused parameters
Aaron Patterson
2017-03-03
1
-6
/
+6
|
*
|
|
|
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
3
-30
/
+33
|
*
|
|
|
refactor so there is only one JoinKeys factory method
Aaron Patterson
2017-03-03
1
-4
/
+15
|
*
|
|
|
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
2
-13
/
+16
[next]