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
*
Merge pull request #22462 from lxsameer/i18n_html_wrap
Rafael França
2015-12-18
1
-0
/
+2
|
\
|
*
debug_missing_translation configuration added to action_view
Sameer Rahmani
2015-12-18
1
-0
/
+2
*
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
8
-26
/
+26
|
/
*
Fix section about ApplicationRecord in upgrading guide [ci skip]
Prathamesh Sonpatki
2015-12-17
1
-4
/
+4
*
ApplicationRecord release notes entry
Genadi Samokovarov
2015-12-17
1
-0
/
+19
*
ApplicationRecord documentation pass
Genadi Samokovarov
2015-12-17
13
-162
/
+163
*
Fix documentation about ApplicationRecord
Rafael Mendonça França
2015-12-16
1
-1
/
+1
*
Merge pull request #22506 from derekprior/dp-redirect_to_back_or_default
Sean Griffin
2015-12-16
2
-3
/
+6
|
\
|
*
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-9
/
+4
|
*
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
2
-1
/
+9
*
|
Merge pull request #22567 from gsamokovarov/introduce-application-record
Rafael França
2015-12-16
7
-132
/
+148
|
\
\
|
|
/
|
/
|
|
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
7
-132
/
+148
*
|
Merge pull request #22611 from existent-co-uk/patch-1
Rafael França
2015-12-16
1
-2
/
+2
|
\
\
|
*
|
Fix a couple of grammatical errors in security.md
Existent Ltd
2015-12-16
1
-2
/
+2
|
|
/
*
/
Mention the correct way to halt callback chains
Carlos Souza
2015-12-16
1
-1
/
+1
|
/
*
Use a real migration version number in docs
Matthew Draper
2015-12-15
4
-35
/
+35
*
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
4
-35
/
+35
*
Merge branch 'rails-rake-proxy'
Kasper Timm Hansen
2015-12-13
1
-5
/
+7
|
\
|
*
Implement Rake proxy for Rails' command line interface.
Dharam Gollapudi
2015-12-13
1
-5
/
+7
|
/
*
Merge pull request #22572 from prathamesh-sonpatki/fix-paintit-method-in-guides
Arthur Nogueira Neves
2015-12-13
1
-2
/
+2
|
\
|
*
Fix paintIt method in JavaScript guides [ci skip]
Prathamesh Sonpatki
2015-12-13
1
-2
/
+2
*
|
let config.file_watcher be the way to enable the evented file watcher
Xavier Noria
2015-12-13
1
-1
/
+1
*
|
[ci skip] Fix articles spelling.
Kasper Timm Hansen
2015-12-13
1
-1
/
+1
*
|
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
3
-34
/
+34
|
/
*
Merge pull request #22554 from y-yagi/fix_link_to_coc
Rafael França
2015-12-11
1
-1
/
+1
|
\
|
*
fix links to code of conduct [ci skip]
yuuji.yaginuma
2015-12-11
1
-1
/
+1
*
|
Merge pull request #22367 from andreynering/docs-ar-enums
Yves Senn
2015-12-10
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Adding Enums section to Active Record Querying Guide. [ci skip]
Andrey Nering
2015-12-08
1
-0
/
+25
*
|
Mention the debug_exception_response_format config in guides
Jorge Bejar
2015-12-09
1
-0
/
+8
|
/
*
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
1
-0
/
+19
*
Update autoloading_and_reloading_constants.md
pavlos
2015-12-01
1
-1
/
+1
*
Merge pull request #22343 from jeffminnear/patch-1
Claudio B
2015-12-01
1
-2
/
+9
|
\
|
*
Modify unscoped usage guide to include chaining
Jeff Minnear
2015-11-30
1
-2
/
+9
*
|
Merge pull request #22427 from eliotsykes/validation-message-proc-doc
Yves Senn
2015-11-30
1
-1
/
+30
|
\
\
|
*
|
Document message validation option accepts Proc
Eliot Sykes
2015-11-27
1
-1
/
+30
*
|
|
Merge pull request #22283 from the-undefined/routes-error-singular-resource
Arthur Nogueira Neves
2015-11-28
1
-2
/
+2
|
\
\
\
|
*
|
|
[ci skip] add `controller:` argument to routing.md
the-undefined
2015-11-13
1
-2
/
+2
*
|
|
|
Merge pull request #22315 from takatoshiono/fix-configuring-doc
Arthur Nogueira Neves
2015-11-28
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix set_autoload_paths and set_load_path document
Takatoshi Ono
2015-11-17
1
-2
/
+2
*
|
|
|
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-0
/
+2
*
|
|
|
|
Remove valgrind note about linux only support
Jacob Bednarz
2015-11-24
1
-2
/
+2
*
|
|
|
|
[ci skip] Add `Translating Rails Guides` to contributing_to_ruby_on_rails
yui-knk
2015-11-23
1
-0
/
+36
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Change configuration-guide example
rbr
2015-11-19
1
-1
/
+1
*
|
|
|
guides, scaffold no longer used in getting started guide. Closes #22337.
Yves Senn
2015-11-19
1
-6
/
+24
*
|
|
|
[ci skip] Indentation in cache examples
zacharywelch
2015-11-18
1
-2
/
+2
*
|
|
|
Revert "Fixed a few grammar issues."
Rafael Mendonça França
2015-11-18
2
-2
/
+2
*
|
|
|
Fixed a few grammar issues.
David Chen
2015-11-18
2
-2
/
+2
*
|
|
|
[ci skip] fix inconsistent indentation
Jesse Doyle
2015-11-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #22298 from yuki24/make-static-index-part-of-public-file-s...
Kasper Timm Hansen
2015-11-16
1
-1
/
+1
|
\
\
\
[next]