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
*
global variables may not be set depending on the match. fixes #4703
Aaron Patterson
2012-01-26
2
-1
/
+8
*
Merge pull request #4699 from mattdbridges/typo_fix
Vijay Dev
2012-01-26
1
-1
/
+1
|
\
|
*
Fixed small typo in ActveRecord/CHANGELOG.md
Matt Bridges
2012-01-26
1
-1
/
+1
|
/
*
syncs 3-2-stable CHANGELOGs in master
Xavier Noria
2012-01-26
1
-0
/
+9
*
Revert "Merge pull request #4690 from jdutil/filter_password_confirmation"
José Valim
2012-01-26
1
-1
/
+1
*
Merge pull request #4690 from jdutil/filter_password_confirmation
José Valim
2012-01-26
1
-1
/
+1
|
\
|
*
Add :password_confirmation as a filtered param by default.
Jeff Dutil
2012-01-26
1
-1
/
+1
*
|
disable automatic explain if there is no logger [closes #4671]
Xavier Noria
2012-01-26
3
-1
/
+20
|
/
*
Merge pull request #4689 from claudiob/add_rails32_release_date
Xavier Noria
2012-01-26
6
-6
/
+6
|
\
|
*
Add release date of Rails 3.2.0 to documentation
claudiob
2012-01-26
6
-6
/
+6
|
/
*
Merge pull request #4687 from lest/patch-2
José Valim
2012-01-26
1
-2
/
+2
|
\
|
*
fix fixtures test as table_name is a string now
Sergey Nartimov
2012-01-26
1
-2
/
+2
|
/
*
Merge pull request #4684 from rossmeissl/patch-1
Xavier Noria
2012-01-25
1
-1
/
+1
|
\
|
*
Use `:rubygems` shortcut as standard Gemfile's `source` instead of explicit U...
Andy Rossmeissl
2012-01-25
1
-1
/
+1
*
|
Merge pull request #4685 from brainopia/fix_contribute_guide
Xavier Noria
2012-01-25
1
-1
/
+1
|
\
\
|
*
|
Fix contributing guide to reflect preferred position on indentation
brainopia
2012-01-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #4686 from lest/patch-2
José Valim
2012-01-25
2
-1
/
+6
|
\
\
|
*
|
call to_s on value passed to table_name=
Sergey Nartimov
2012-01-26
2
-1
/
+6
|
/
/
*
|
Use content_tag_for with array by default on scaffold.
José Valim
2012-01-26
2
-5
/
+5
*
|
Merge pull request #4679 from lest/patch-1
José Valim
2012-01-25
2
-27
/
+37
|
\
\
|
|
/
|
/
|
|
*
reuse common video/audio tags code and do not modify options
Sergey Nartimov
2012-01-26
2
-25
/
+29
|
*
do not modify options in image_tag
Sergey Nartimov
2012-01-26
2
-2
/
+8
*
|
The primary key is always initialized in the @attributes hash to nil (unless
Aaron Patterson
2012-01-25
5
-7
/
+12
|
/
*
Merge pull request #4676 from lest/patch-1
José Valim
2012-01-25
2
-12
/
+22
|
\
|
*
allow to pass multiple sources to audio/video tags without using array
Sergey Nartimov
2012-01-25
2
-12
/
+22
|
/
*
Merge pull request #4529 from ask4prasath/refactor
Vijay Dev
2012-01-25
1
-8
/
+10
|
\
|
*
Refactored class methods on address render test
prasath
2012-01-19
1
-8
/
+10
*
|
Merge pull request #4645 from brainopia/deprecate_datetime_local_offset
Aaron Patterson
2012-01-25
4
-17
/
+22
|
\
\
|
*
|
Deprecate DateTime.local_offset
brainopia
2012-01-25
4
-17
/
+22
|
/
/
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-01-26
12
-31
/
+64
|
\
\
|
*
|
Revert "Added Apache configuration for dynamic gzip content"
Vijay Dev
2012-01-25
1
-24
/
+1
|
*
|
minor text change [ci skip]
Vijay Dev
2012-01-25
1
-1
/
+1
|
*
|
Fix translate_error reference for Error#add documentation
Jonathan del Strother
2012-01-25
1
-1
/
+1
|
*
|
Fix callbacks order for destroying an object in validations guide
Carlos Antonio da Silva
2012-01-25
1
-2
/
+4
|
*
|
Improve field error proc example in validations guide
Carlos Antonio da Silva
2012-01-25
1
-7
/
+2
|
*
|
Change ActiveRecord::Errors to ActiveModel::Errors in guides
Carlos Antonio da Silva
2012-01-25
6
-14
/
+14
|
*
|
Fix custom validation methods section in AR validations and callbacks guide
Carlos Antonio da Silva
2012-01-25
1
-2
/
+14
|
*
|
remove extra 'the'
Rohit Arondekar
2012-01-25
1
-1
/
+1
|
*
|
Added Apache configuration for dynamic gzip content
leprasmurf
2012-01-23
1
-1
/
+24
|
*
|
use CamelCase convention for "tag" model name
ciastek
2012-01-23
1
-1
/
+1
|
*
|
example bracket error
Damian Le Nouaille
2012-01-23
1
-1
/
+1
|
*
|
"will be used throughout all the views for posts." could suggest, that code's...
ciastek
2012-01-23
1
-1
/
+1
|
*
|
Documented the :use_two_digit_numbers option
Lennart Fridén
2012-01-22
1
-0
/
+24
|
*
|
Fixed typo in 'cast'.
Aleksey Gureiev
2012-01-21
1
-1
/
+1
*
|
|
Merge pull request #4644 from ask4prasath/refactor_test
Aaron Patterson
2012-01-25
1
-4
/
+3
|
\
\
\
|
*
|
|
Removing unwanted method and adding to accessor for getter history
prasath
2012-01-25
1
-4
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4646 from lest/patch-1
Aaron Patterson
2012-01-25
2
-39
/
+30
|
\
\
\
|
*
|
|
no need in separate MiniTest modules
Sergey Nartimov
2012-01-24
2
-39
/
+30
*
|
|
|
Merge pull request #4658 from pwim/unicode-paths
Aaron Patterson
2012-01-25
1
-0
/
+20
*
|
|
|
use fetch rather than both Hash#key? and Hash#[]
Aaron Patterson
2012-01-25
1
-49
/
+51
[next]