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
*
Fix duplicated method name
Carlos Antonio da Silva
2012-12-05
1
-2
/
+1
*
Merge pull request #8427 from kennyj/support_rack_env
Rafael Mendonça França
2012-12-05
7
-5
/
+67
|
\
|
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
7
-5
/
+67
|
/
*
Merge pull request #8424 from kennyj/tiny_fixes_20121206
Xavier Noria
2012-12-05
1
-3
/
+7
|
\
|
*
silence warning: possibly useless use of a constant in void context
kennyj
2012-12-06
1
-3
/
+7
|
/
*
Merge pull request #8371 from freegenie/5396-conditional-fragment-caching
Rafael Mendonça França
2012-12-05
3
-1
/
+83
|
\
|
*
Allow fragment cache to accept :if and :unless options
Fabrizio Regini
2012-12-05
3
-1
/
+83
*
|
Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...
Rafael Mendonça França
2012-12-05
1
-18
/
+14
|
\
\
|
|
/
|
/
|
|
*
Extract method refactoring in ActionDispatch::Routing::SingletonResource.
Joey Butler
2012-12-05
1
-18
/
+14
*
|
Merge pull request #8404 from freegenie/filter_redirects
Andrew White
2012-12-05
9
-5
/
+96
|
\
\
|
*
|
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
9
-5
/
+96
*
|
|
Merge pull request #8421 from claudiob/remove_unicode_blanks
Carlos Antonio da Silva
2012-12-05
27
-49
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
27
-49
/
+49
|
/
/
*
|
Fix Active Record validation error messages markup in guides
Carlos Antonio da Silva
2012-12-04
4
-61
/
+61
*
|
Improve the Active Model guide [ci skip]
Carlos Antonio da Silva
2012-12-04
1
-33
/
+27
*
|
Merge pull request #8418 from ershad/master
Carlos Antonio da Silva
2012-12-04
1
-1
/
+1
|
\
\
|
*
|
Fixing a couple of spelling mistakes
Ershad K
2012-12-04
1
-1
/
+1
|
/
/
*
|
Merge pull request #8417 from kennyj/fix_8414
Rafael Mendonça França
2012-12-04
2
-3
/
+8
|
\
\
|
*
|
Fix #8414. Performance problem with postgresql adapter primary_key function.
kennyj
2012-12-05
2
-3
/
+8
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-04
39
-392
/
+435
|
\
\
\
|
*
|
|
copy edits [ci skip]
Vijay Dev
2012-12-04
4
-27
/
+18
|
*
|
|
Revert "Add documentation to TransactionIsolationError [ci skip]"
Vijay Dev
2012-12-04
1
-2
/
+0
|
*
|
|
Fix a typo in ActionController::Caching
Jean Boussier
2012-12-03
1
-2
/
+1
|
*
|
|
fix some formatting
1334
2012-12-03
1
-2
/
+2
|
*
|
|
Fix typo.
Hendy Tanata
2012-12-03
1
-2
/
+2
|
*
|
|
grammar improvements for increment_counter and decrement_counter docs
Matthew Robertson
2012-12-02
1
-6
/
+8
|
*
|
|
increment_counter and decrement_counter can accept and array of ids as an arg
Matthew Robertson
2012-12-02
1
-2
/
+2
|
*
|
|
added full file path in all file references
Yoni Yalovitsky
2012-12-03
1
-9
/
+9
|
*
|
|
removed an extra slash before the 'app' dir
Yoni Yalovitsky
2012-12-03
1
-1
/
+1
|
*
|
|
Standardize use of "route globbing" and "wildcard segments" [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+3
|
*
|
|
Add counterexample for regex [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
|
*
|
|
Convert parragraph about security to a NOTE [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
|
*
|
|
Add clarity to static segments docs in non-resourceful routes [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
|
*
|
|
Correct grammar [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+3
|
*
|
|
Convert a section to a tip to highlight it [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+1
|
*
|
|
Normalize use of colon before code examples in routing guide [ci skip]
Pablo Torres
2012-12-02
1
-32
/
+32
|
*
|
|
Show equivalent routes definition without using concerns [ci skip]
Pablo Torres
2012-12-02
1
-0
/
+13
|
*
|
|
Clarify section titles [ci skip]
Pablo Torres
2012-12-02
1
-2
/
+2
|
*
|
|
Move note to a meaningful section in the guides [ci skip]
Pablo Torres
2012-12-02
1
-2
/
+2
|
*
|
|
Use correct conjunction and connector words [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+5
|
*
|
|
match text with translation file example
Chris Walquist
2012-12-02
1
-1
/
+1
|
*
|
|
Capitalize all table column titles in routing guide
Pablo Torres
2012-12-02
1
-8
/
+8
|
*
|
|
List instructions in the order to be executed
Pablo Torres
2012-12-02
1
-3
/
+1
|
*
|
|
Add shallow nesting to the routing guide
Pablo Torres
2012-12-02
1
-0
/
+85
|
*
|
|
Remove nodoc from FlashHash #[]= [ci skip]
Pablo Torres
2012-12-01
1
-1
/
+1
|
*
|
|
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
6
-13
/
+4
|
*
|
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
8
-71
/
+46
|
*
|
|
nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]
Carlos Duclos
2012-12-01
1
-1
/
+1
|
*
|
|
Add documentation for Hash.from_xml [ci skip]
HPNeo
2012-12-01
1
-0
/
+13
|
*
|
|
Add documentation to AssetTagHelper#image_alt [ci skip]
Florent Guilleux
2012-12-01
1
-0
/
+3
[next]