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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing GZip section since Sprockets 3.0 no longer create .gz files [ci skip]
Andrey Nering
2015-04-14
1
-35
/
+0
*
Merge pull request #19753 from jonatack/use-ruby-2-2-2
Guillermo Iguaran
2015-04-13
2
-3
/
+3
|
\
|
*
Upgrade to Ruby 2.2.2
Jon Atack
2015-04-14
2
-3
/
+3
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-04-14
5
-46
/
+32
|
\
\
|
*
|
[ci skip] add missing file extension
Mikhail Dieterle
2015-04-10
1
-1
/
+1
|
*
|
[ci skip] format rake output
Mikhail Dieterle
2015-04-10
1
-5
/
+3
|
*
|
[ci skip] fix helper name
Mikhail Dieterle
2015-04-10
1
-1
/
+1
|
*
|
[ci skip] Wrap with double quotation
yui-knk
2015-04-10
1
-1
/
+1
|
*
|
[ci skip] Remove unnecessary lines
yui-knk
2015-04-01
1
-2
/
+0
|
*
|
[ci skip] Add `:`
yui-knk
2015-04-01
1
-1
/
+1
|
*
|
No need to mention unit tests in testing guide anymore
Kir Shatrov
2015-03-31
1
-2
/
+0
|
*
|
New test runner syntax in testing guide
Kir Shatrov
2015-03-31
1
-4
/
+4
|
*
|
Suggest new hash syntax in testing guide
Kir Shatrov
2015-03-31
1
-2
/
+2
|
*
|
Don't suggest `bin/rails test controllers`
Kir Shatrov
2015-03-31
1
-1
/
+0
|
*
|
Add missing "of" to testing guide.
Hendy Tanata
2015-03-30
1
-1
/
+1
|
*
|
Merge branch 'kirs'
Matthew Draper
2015-03-30
1
-30
/
+23
|
|
\
\
|
|
*
|
Switch to `bin/rails test` in testing guide
Kir Shatrov
2015-03-30
1
-30
/
+23
*
|
|
|
Merge pull request #19742 from vngrs/config_autoload_paths_wrong_doc
Carlos Antonio da Silva
2015-04-13
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
Fix the wrong documentation about config.autoload_paths [ci skip]
Mehmet Emin İNAÇ
2015-04-13
1
-3
/
+1
*
|
|
|
|
Improve note about unique index and foreign key on has_one association
Carlos Antonio da Silva
2015-04-13
1
-6
/
+7
*
|
|
|
|
Add note wrt foreign key constraint to ensure data integrity
Zachary Scott
2015-04-12
1
-0
/
+10
*
|
|
|
|
Apply comments from @rafaelfranca: we shouldn't recommend you use scaffold css
Zachary Scott
2015-04-12
1
-9
/
+0
*
|
|
|
|
Merge pull request #19564 from jonatack/counter_cache_docs
Zachary Scott
2015-04-12
1
-3
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
[skip ci] Fix counter_cache in the Rails Guides
Jon Atack
2015-03-28
1
-3
/
+11
*
|
|
|
|
|
Some copy edits for modifying View Paths [ci skip]
Zachary Scott
2015-04-12
1
-5
/
+21
*
|
|
|
|
|
Merge branch 'view_paths' of https://github.com/nishantmodak/rails into nisha...
Zachary Scott
2015-04-12
1
-1
/
+17
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
view paths docs [ci skip]
Nishant Modak
2015-04-13
1
-1
/
+17
*
|
|
|
|
|
Merge pull request #19732 from wazery/patch-2
Kasper Timm Hansen
2015-04-12
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Update contributing guide
Islam Wazery
2015-04-12
1
-2
/
+2
*
|
|
|
|
|
|
Fix a few typos and wrap some lines [ci skip]
Robin Dupret
2015-04-12
1
-3
/
+4
*
|
|
|
|
|
|
remove reference to `register_javascript_expansion` and `register_stylesheet_...
yuuji.yaginuma
2015-04-12
1
-26
/
+0
*
|
|
|
|
|
|
Speed up Levenshtein by 50% and reduce 97% of memory usage
Yuki Nishijima
2015-04-11
1
-2
/
+5
*
|
|
|
|
|
|
Remove mention of super old defined_javascript_functions method [ci skip]
Carlos Antonio da Silva
2015-04-11
1
-4
/
+0
*
|
|
|
|
|
|
Rename railties/bin to railties/exe
Islam Wazery
2015-04-11
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
[ci skip] Remove `link_to_function` and `button_from_function` from guides
eileencodes
2015-04-11
1
-21
/
+0
*
|
|
|
|
|
[skip ci] primay_key -> primary_key
Jon Atack
2015-04-11
1
-1
/
+1
*
|
|
|
|
|
Copy edits for primary_key documentation in association guide. [ci skip]
Zachary Scott
2015-04-10
1
-3
/
+4
*
|
|
|
|
|
Merge branch 'belongs_to_primary_key_doc' of https://github.com/girishso/rail...
Zachary Scott
2015-04-10
1
-0
/
+19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
added primary_key option documentation for belongs_to association
Girish S
2014-09-23
1
-0
/
+19
*
|
|
|
|
|
|
[ci skip] Downcases filter names
yui-knk
2015-04-10
1
-3
/
+3
*
|
|
|
|
|
|
Add Active Job to Configuring Guide [ci skip]
Eliot Sykes
2015-04-09
2
-0
/
+60
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix URL rails-framework-hooks
Nishant Modak
2015-04-07
1
-1
/
+1
*
|
|
|
|
|
correct the directory which rake notes look by default [ci skip]
yuuji.yaginuma
2015-04-06
1
-1
/
+1
*
|
|
|
|
|
[ci skip] Remove Extensions to `Proc` chapter section
yui-knk
2015-04-06
1
-47
/
+0
*
|
|
|
|
|
Update command_tasks source code
Szymon Madeja
2015-04-05
1
-1
/
+1
*
|
|
|
|
|
Fix a few typos [ci skip]
Robin Dupret
2015-04-05
1
-5
/
+7
*
|
|
|
|
|
Merge pull request #19644 from y-yagi/auto_discovery_link_tag_doc
Yves Senn
2015-04-05
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
correct output of auto_discovery_link_tag [ci skip]
yuuji.yaginuma
2015-04-04
1
-1
/
+1
*
|
|
|
|
|
|
change REQUEST_URI to PATH_INFO
Mehmet Emin İNAÇ
2015-04-04
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
[ci skip] Replace `reraised` with `not captured`
yui-knk
2015-04-02
1
-1
/
+1
[next]