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
/
guides
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix weird documentation line
Jon Moss
2017-03-12
1
-1
/
+1
*
Second editing pass on "Active Model Basics" guide
Jon Moss
2017-03-12
1
-16
/
+18
*
First editing pass on "Active Model Basics" guide
Jon Moss
2017-03-12
1
-11
/
+12
*
Add link to mentioned API [ci skip] (#28392)
Vipul A M
2017-03-12
1
-1
/
+1
*
Merge pull request #27152 from tjai89/patch-5
Vipul A M
2017-03-12
1
-1
/
+1
|
\
|
*
Add link to API documentation
Kirill Zhuravlov
2016-11-23
1
-1
/
+1
*
|
Fix typo in the security guide
bogdanvlviv
2017-03-12
1
-2
/
+2
*
|
Improve readability of testing guide [ci skip]
James Baer
2017-03-10
1
-1
/
+1
*
|
Merge pull request #28289 from maicher/master
Vipul A M
2017-03-07
1
-2
/
+18
|
\
\
|
*
|
Improve foreign key description in guides [ci skip]
Krzysztof Maicher
2017-03-06
1
-2
/
+18
*
|
|
Remove `:on` option that does ot exist [ci skip]
yuuji.yaginuma
2017-03-07
1
-2
/
+2
*
|
|
Merge pull request #28286 from robin850/skip-system-tests-by-default
Eileen M. Uchitelle
2017-03-05
1
-0
/
+3
|
\
\
\
|
*
|
|
Avoid running system tests by default
Robin Dupret
2017-03-05
1
-0
/
+3
|
|
/
/
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix generated query in Retrieving specific data from multiple tables section ...
Vipul A M
2017-03-04
1
-1
/
+1
*
|
|
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
*
|
|
|
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
*
|
|
|
Fix spelling
Jonathan Chen
2017-03-03
1
-1
/
+1
|
/
/
/
*
|
|
Fix typo in Upgrading Ruby on Rails Guide [skip ci]
Erol Fornoles
2017-03-03
1
-1
/
+1
*
|
|
fixed suspected typo in sample sql query
Shay
2017-03-02
1
-1
/
+1
*
|
|
Improve documentation for Testing Your Mailers [ci skip]
James Baer
2017-02-28
1
-0
/
+4
*
|
|
Update i18n guide to cover :zero key support in pluralization [ci skip]
Anne Johnson
2017-02-26
1
-2
/
+8
*
|
|
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-0
/
+19
*
|
|
remove needless extension from system test example [ci skip]
yuuji.yaginuma
2017-02-22
1
-1
/
+1
*
|
|
[doc] Fix wrong class name in testing.md
Celso Fernandes
2017-02-21
1
-1
/
+1
*
|
|
Tiny documentation edits [ci skip]
Robin Dupret
2017-02-21
1
-16
/
+11
*
|
|
Fix some grammar in docs [ci skip]
kenta-s
2017-02-21
1
-3
/
+3
*
|
|
Clean up documentation
eileencodes
2017-02-20
1
-7
/
+7
*
|
|
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
1
-12
/
+12
*
|
|
Move and rename system tests
eileencodes
2017-02-20
1
-5
/
+5
*
|
|
Update documentation and guides
eileencodes
2017-02-20
1
-98
/
+36
*
|
|
Add guides for system testing
eileencodes
2017-02-20
1
-3
/
+251
*
|
|
[ci skip] Update Guides to use macOS instead of Mac OS X
Vitali Tatarintev
2017-02-20
5
-9
/
+9
*
|
|
Merge pull request #28058 from y-yagi/follow_up_to_27608
Jon Moss
2017-02-17
2
-23
/
+1
|
\
\
\
|
*
|
|
Remove deprecate passing string to `:if` and `:unless` conditional options [c...
yuuji.yaginuma
2017-02-18
2
-23
/
+1
*
|
|
|
Change engines guide to demonstrate maintained forum
Richard
2017-02-17
1
-1
/
+1
*
|
|
|
Fix typo in I18n Guide [ci skip]
Erol Fornoles
2017-02-17
1
-1
/
+1
|
/
/
/
*
|
|
document link processing in guides generation [ci skip]
Xavier Noria
2017-02-12
1
-2
/
+42
*
|
|
refactors and fixes in guides generation [ci skip]
Xavier Noria
2017-02-12
2
-3
/
+3
*
|
|
[ci skip] Fully qualify missing template error.
Kasper Timm Hansen
2017-02-11
1
-1
/
+1
*
|
|
Merge pull request #27870 from kenta-s/get-todo-done-in-render_test
Kasper Timm Hansen
2017-02-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Add information on `:formats` option in action_view_overview.md
kenta-s
2017-02-06
1
-0
/
+2
|
|
/
/
*
|
|
Update configuration guide about ActiveRecord's config option.
Stan Lo
2017-02-10
1
-0
/
+5
*
|
|
Merge pull request #27954 from maclover7/jm-fix-26404
Jon Moss
2017-02-09
1
-0
/
+10
|
\
\
\
|
*
|
|
Add note about breakage in file uploads in controller tests to upgrading
Jon Moss
2017-02-09
1
-0
/
+10
|
|
/
/
*
|
|
Fix wording
Jonathan Chen
2017-02-09
1
-1
/
+1
*
|
|
remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere
yuuji.yaginuma
2017-02-08
1
-2
/
+0
[next]