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
*
doc fix. Use `sess.path` within `open_session`. Closes #13490. [ci skip]
Yves Senn
2013-12-27
1
-1
/
+1
*
Fixed typo [CI skip]
Semenyk Dmitriy
2013-12-27
1
-1
/
+1
*
[ci skip] Update getting started Ruby version.
Juanito Fatas
2013-12-24
1
-1
/
+1
*
[ci skip] a destroy action in controller, not delete [getting_stated.md].
Juanito Fatas
2013-12-24
1
-3
/
+3
*
Merge pull request #13326 from schneems/schneems/add-asset-flag
Guillermo Iguaran
2013-12-19
1
-0
/
+27
|
\
|
*
Flag `config.assets.raise_runtime_errors` in dev
schneems
2013-12-19
1
-0
/
+27
*
|
Merge pull request #13357 from taryneast/master
Lauro Caetano
2013-12-19
1
-4
/
+4
|
\
\
|
*
|
[ci skip] Describe precision + scale in migrations
Taryn East
2013-12-20
1
-4
/
+4
*
|
|
Make possible to use symbol as the verifier name
Rafael Mendonça França
2013-12-19
1
-1
/
+0
*
|
|
revises the release notes about message verifiers (second take) [ci skip]
Xavier Noria
2013-12-19
1
-8
/
+11
*
|
|
Revert "revises the release notes about message verifiers [ci skip]"
Xavier Noria
2013-12-19
1
-11
/
+8
*
|
|
revises the release notes about message verifiers [ci skip]
Xavier Noria
2013-12-19
1
-8
/
+11
*
|
|
Merge pull request #13408 from JuanitoFatas/remove-tt
Rafael Mendonça França
2013-12-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Remove <tt> tag in 4_1_release notes. [ci skip].
Juanito Fatas
2013-12-20
1
-2
/
+2
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
4
-4
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Revert "Update contributing_to_ruby_on_rails.md"
Vijay Dev
2013-12-19
1
-1
/
+1
|
*
|
|
Revert "Update security.md"
Vijay Dev
2013-12-19
1
-1
/
+1
|
*
|
|
Revert "Fix on-site markdown rendering [ci skip]"
Vijay Dev
2013-12-19
1
-1
/
+1
|
*
|
|
Revert "Underscore in markdown should be escaped with backslash [ci skip]"
Vijay Dev
2013-12-19
1
-1
/
+1
|
*
|
|
[ci skip] add `assets.raise_runtime_errors` flag
schneems
2013-12-14
1
-2
/
+4
|
*
|
|
Remove an extra period
Robin Dupret
2013-12-04
1
-1
/
+1
|
*
|
|
Update contributing_to_ruby_on_rails.md
Harshad Sabne
2013-12-01
1
-1
/
+1
|
*
|
|
Update security.md
Harshad Sabne
2013-11-30
1
-1
/
+1
|
*
|
|
Remove Rdoc formatting from markdown [ci skip]
Harshad Sabne
2013-11-29
1
-1
/
+1
|
*
|
|
Fix on-site markdown rendering [ci skip]
Harshad Sabne
2013-11-28
1
-1
/
+1
|
*
|
|
Underscore in markdown should be escaped with backslash [ci skip]
Harshad Sabne
2013-11-26
1
-1
/
+1
|
*
|
|
Globalize has moved to a new repository
Harshad Sabne
2013-11-25
1
-1
/
+1
*
|
|
|
couple of tweaks to the release notes [ci skip]
Xavier Noria
2013-12-19
1
-2
/
+2
*
|
|
|
pass over half of the release notes [ci skip]
Xavier Noria
2013-12-19
1
-36
/
+38
*
|
|
|
[ci skip] Remove <tt> tag in 4_1_release notes.
Juanito Fatas
2013-12-19
1
-2
/
+2
*
|
|
|
Update configuring guide with I18n options regarding available locales
Jared Beck
2013-12-19
1
-0
/
+6
*
|
|
|
Fix typo [ci skip]
Sıtkı Bağdat
2013-12-18
1
-1
/
+1
*
|
|
|
Added a link to the Module#concerning docs from the 4.1 release notes [ci skip]
Godfrey Chan
2013-12-18
1
-4
/
+8
*
|
|
|
typo: should be 'DateTime.civil_from_format' and not 'DateTime.civil_from_fro...
Corprew Reed
2013-12-17
1
-1
/
+1
*
|
|
|
[ci skip] Prettify the removals from Action Controller in 4.1 release notes.
Juanito Fatas
2013-12-18
1
-7
/
+9
|
|
/
/
|
/
|
|
*
|
|
Mention new CSRF protection gotcha in upgrade guide
Jeremy Kemper
2013-12-17
1
-1
/
+26
*
|
|
Discuss Action Pack's new CSRF protection from remote script tags and what it...
Jeremy Kemper
2013-12-17
1
-132
/
+146
*
|
|
Merge pull request #13345 from jeremy/get-csrf
Jeremy Kemper
2013-12-17
1
-3
/
+5
|
\
\
\
|
*
|
|
CSRF protection from cross-origin <script> tags
Jeremy Kemper
2013-12-17
1
-3
/
+5
*
|
|
|
Merge pull request #13314 from laurocaetano/blacklist_array_methods
Jeremy Kemper
2013-12-17
1
-0
/
+17
|
\
\
\
\
|
*
|
|
|
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-0
/
+17
*
|
|
|
|
Merge pull request #13346 from chancancode/release_notes_etc
Yves Senn
2013-12-17
2
-45
/
+145
|
\
\
\
\
\
|
*
|
|
|
|
Some assorted fixes for the 4.1 release notes:
Godfrey Chan
2013-12-17
2
-45
/
+145
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #13341 from carlosantoniodasilva/ca-i18n
Carlos Antonio da Silva
2013-12-17
1
-0
/
+17
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add changelog and upgrading notice related to I18n enforce_available_locales ...
Carlos Antonio da Silva
2013-12-17
1
-0
/
+17
*
|
|
|
|
release notes link to fixed versions of the API. [ci skip]
Yves Senn
2013-12-17
2
-2
/
+2
|
/
/
/
/
*
/
/
/
minor doc reword. Upgrade Rails itself not to Rails. [ci skip]
Yves Senn
2013-12-17
1
-3
/
+3
|
/
/
/
*
|
|
use `bin/spring` in release notes. [ci skip]
Yves Senn
2013-12-17
1
-1
/
+1
*
|
|
Remove the link for code.whytheluckystiff.net
Rafael Mendonça França
2013-12-16
1
-1
/
+1
*
|
|
Fix url leak in application templates guide
Jacob Evan Shreve
2013-12-16
1
-1
/
+1
[next]