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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure multiline string is not accepted by the regexp
Rafael Mendonça França
2013-12-19
2
-2
/
+10
*
Make possible to use symbol as the verifier name
Rafael Mendonça França
2013-12-19
4
-11
/
+10
*
Change the message verifier argument to verifier_name
Rafael Mendonça França
2013-12-19
2
-8
/
+8
*
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
2
-12
/
+9
*
revises the release notes about message verifiers [ci skip]
Xavier Noria
2013-12-19
2
-9
/
+12
*
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
21
-28
/
+30
|
\
\
|
|
/
|
/
|
|
*
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
|
*
Merge branch 'master' of github.com:rails/docrails
Kuldeep Aggarwal
2013-12-10
1
-1
/
+1
|
|
\
|
|
*
Merge branch 'master' of github.com:lifo/docrails
aditya-kapoor
2013-12-10
588
-6771
/
+10534
|
|
|
\
|
|
*
\
Merge branch 'master' of github.com:lifo/docrails
aditya-kapoor
2013-09-01
301
-2671
/
+3921
|
|
|
\
\
|
|
*
|
|
fixed a typo
aditya-kapoor
2013-08-20
1
-1
/
+1
|
*
|
|
|
fixed typo mistake time_formats.rb -> date_formats.rb [ci skip]
Kuldeep Aggarwal
2013-12-10
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Remove an extra period
Robin Dupret
2013-12-04
1
-1
/
+1
|
*
|
|
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
16
-23
/
+23
|
*
|
|
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
*
|
|
|
Merge pull request #13406 from hincupetru/master
Rafael Mendonça França
2013-12-19
2
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Fixed configurable.rb regular expression name check
Hincu Petru
2013-12-19
2
-1
/
+7
*
|
|
|
|
Fix assertions for testing unknown formats using Mime::NullType
Carlos Antonio da Silva
2013-12-19
1
-5
/
+5
*
|
|
|
|
Merge pull request #13404 from JuanitoFatas/remove-tt
Rafael Mendonça França
2013-12-19
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Remove <tt> tag in 4_1_release notes.
Juanito Fatas
2013-12-19
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #13401 from akshay-vishnoi/refactor
Rafael Mendonça França
2013-12-19
2
-9
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Prevent creation of instance methods when `instance_reader = false`, Grammar ...
Akshay Vishnoi
2013-12-19
2
-9
/
+13
*
|
|
|
|
Merge pull request #13395 from kuldeepaggarwal/postgres-table-ref-regex
Carlos Antonio da Silva
2013-12-19
3
-1
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
Fix PostgreSQL insert to properly extract table name from multiline string SQL.
Kuldeep Aggarwal
2013-12-19
3
-1
/
+28
*
|
|
|
|
|
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
3
-1
/
+17
*
|
|
|
|
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
11
-84
/
+52
*
|
|
|
|
|
Fix asserting the correct exception message in dependencies test
Carlos Antonio da Silva
2013-12-19
1
-2
/
+2
*
|
|
|
|
|
Update configuring guide with I18n options regarding available locales
Jared Beck
2013-12-19
1
-0
/
+6
*
|
|
|
|
|
Merge pull request #13393 from matthewd/fix_pg_range_tests
Carlos Antonio da Silva
2013-12-19
1
-11
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix PostgreSQL range tests
Matthew Draper
2013-12-19
1
-11
/
+11
*
|
|
|
|
|
|
Unused classes in AMo tests
Akira Matsuda
2013-12-19
1
-11
/
+0
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Unused classes in AS tests
Akira Matsuda
2013-12-19
4
-30
/
+0
*
|
|
|
|
|
Merge pull request #13400 from nishant-cyro/docs
Guillermo Iguaran
2013-12-18
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix typos and grammar mistake [ci skip]
nishant-cyro
2013-12-19
2
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #13398 from kuldeepaggarwal/build-fixes
Guillermo Iguaran
2013-12-18
1
-0
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
set encoding UTF-8 for accepting multibyte character
Kuldeep Aggarwal
2013-12-19
1
-0
/
+2
[next]