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
*
Update getting_started.md
Jonathan Powers
2014-06-05
1
-0
/
+2
*
Update getting_started.md
Jonathan Powers
2014-06-05
1
-0
/
+2
*
Pluralize params
Mauro George
2014-06-03
1
-1
/
+1
*
Add default_i18n_subject to the guides
Mauro George
2014-06-03
1
-0
/
+18
*
Fix typo in ActionController Overview
Ari Pollak
2014-06-02
1
-2
/
+2
*
:nail_care: for migrations guide from #15457 [ci skip]
Zachary Scott
2014-06-01
1
-7
/
+8
*
Merge pull request #15457 from maurogeorge/add-changing-columns
Zachary Scott
2014-06-01
1
-0
/
+22
|
\
|
*
Create Changing Columns on migrations guides
Mauro George
2014-06-01
1
-0
/
+22
*
|
Remove docs regarding grouping multiple values, as we should avoid
Zachary Scott
2014-06-01
1
-18
/
+1
*
|
Merge pull request #15459 from maurogeorge/add-total-grouped-items
Zachary Scott
2014-06-01
1
-0
/
+34
|
\
\
|
*
|
Add Total of grouped items to AR query interface on guides
Mauro George
2014-06-01
1
-0
/
+34
|
|
/
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-06-01
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Fix Compiler's Github link
Harshad Sabne
2014-05-27
1
-1
/
+1
*
|
|
config.assets.digests -> config.assets.digest
Jon Atack
2014-06-01
1
-2
/
+2
*
|
|
Removed 'Caching with Rails' guide from WIP, this guide isn't ready to
Zachary Scott
2014-05-31
1
-5
/
+0
|
|
/
|
/
|
*
|
Update guides to mention 3.2.18.
George Ogata
2014-05-30
1
-4
/
+5
*
|
Change the version schema to reflect how deprecations are handled
Rafael Mendonça França
2014-05-30
1
-3
/
+3
*
|
Update Minitest references in Testing Guide
Leandro Facchinetti
2014-05-30
1
-12
/
+8
*
|
`bin/setup` script to bootstrap applications.
Yves Senn
2014-05-30
1
-1
/
+1
*
|
[ci skip] Document Rails' shifted semver.
Juanito Fatas
2014-05-30
1
-4
/
+23
*
|
Generated engines don't include bin/rake, fixes #15409 [ci skip]
Zachary Scott
2014-05-29
1
-5
/
+5
*
|
Add missing period from 4b802bc [ci skip]
Zachary Scott
2014-05-29
1
-1
/
+1
*
|
Fix broken link in Rails 3.0 release_notes
Nathan Youngman
2014-05-29
1
-1
/
+1
*
|
[ci skip] Make last note show up in postgresql guide.
Juanito Fatas
2014-05-29
1
-1
/
+1
*
|
Add @senny's changed from #14741, including code font for `resources`
Zachary Scott
2014-05-29
1
-1
/
+4
*
|
Merge branch 'master' of github.com:zackperdue/rails into zackperdue-master
Zachary Scott
2014-05-29
1
-0
/
+19
|
\
\
|
*
|
Added documentation for the :param option for resourceful routing
Zack Perdue
2014-04-14
1
-0
/
+19
*
|
|
Fix indentation from 1b4b26f [ci skip]
Zachary Scott
2014-05-28
1
-3
/
+3
*
|
|
[ci skip] Improve form_helpers.md guide.
Juanito Fatas
2014-05-29
1
-31
/
+25
*
|
|
Upgrading Ruby on Rails guide is no longer WIP [ci skip]
Zachary Scott
2014-05-28
1
-1
/
+0
*
|
|
Merge pull request #15347 from JuanitoFatas/benchmark-in-contributing-to-ror
Zachary Scott
2014-05-26
1
-0
/
+30
|
\
\
\
|
*
|
|
[ci skip] Add benchmark your code section to contributing to ruby on rails gu...
Juanito Fatas
2014-05-27
1
-0
/
+30
*
|
|
|
Rename Posts to Articles in Guides' Getting Started App, continuation of #152...
John Kelly Ferguson
2014-05-25
30
-142
/
+147
|
/
/
/
*
|
|
[ci skip] Update GFM link in guides guidelines.
Juanito Fatas
2014-05-25
1
-1
/
+1
*
|
|
Merge pull request #15304 from JohnKellyFerguson/guides-4.1.1
Xavier Noria
2014-05-25
6
-58
/
+61
|
\
\
\
|
*
|
|
Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]
John Kelly Ferguson
2014-05-24
6
-58
/
+61
*
|
|
|
integration tests do not need to load fixtures by hand
Xavier Noria
2014-05-25
2
-8
/
+0
|
/
/
/
*
|
|
Improve readability of Explain Queries table in guides [ci skip]
John Kelly Ferguson
2014-05-24
2
-16
/
+41
*
|
|
Merge pull request #13988 from zzak/guides_configuring_reverse_proxy
Zachary Scott
2014-05-24
1
-4
/
+38
|
\
\
\
|
*
|
|
Add documentation for using Rails with a reverse proxy
Zachary Scott
2014-05-24
1
-4
/
+38
*
|
|
|
resolved reorder issue in rails active record guide
peeyush
2014-05-23
1
-2
/
+4
*
|
|
|
Do not gsub non ASCII characters in header anchor.
Juanito Fatas
2014-05-22
1
-2
/
+1
*
|
|
|
Update CHANGELOG.md
Guillermo Iguaran
2014-05-21
1
-4
/
+4
*
|
|
|
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
John Kelly Ferguson
2014-05-21
20
-655
/
+658
*
|
|
|
Merge pull request #15231 from khusnetdinov/fix_typo_guides_active_support_in...
Guillermo Iguaran
2014-05-21
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix typo guides/source/active_support_instrumentation.md
Marat Khusnetdinov
2014-05-22
1
-1
/
+1
*
|
|
|
|
fixes in active record query for reorder
peeyush
2014-05-21
1
-2
/
+2
*
|
|
|
|
Merge pull request #15191 from camsong/master
Yves Senn
2014-05-20
1
-2
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Distinguish rake assets:clobber from rake assets:clean
cam song
2014-05-20
1
-2
/
+5
*
|
|
|
|
|
Use generated binstubs in guides examples.
Josef Šimánek
2014-05-20
16
-108
/
+108
|
/
/
/
/
/
[next]