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
*
mark engines guide as wip [ci skip]
Vijay Dev
2012-03-13
1
-0
/
+1
*
Revert "Fixed Issue #2884 ActiveModel::SecurePassword code / rdoc conflict; a...
Vijay Dev
2012-03-13
2
-17
/
+0
*
copy-edit contributing guide [ci skip]
Vijay Dev
2012-03-13
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master'
Mark Thomson
2012-03-13
9
-49
/
+86
|
\
|
*
[config guide] Add mass_assignment_sanitizer to Active Record config options
Ryan Bigg
2012-03-12
1
-0
/
+2
|
*
Advise to keep secret token private
Filipe Moreira
2012-03-12
1
-0
/
+2
|
*
Advise to keep secret token private
Filipe Moreira
2012-03-12
1
-0
/
+2
|
*
Merge remote-tracking branch 'original_repo/master'
Avi Tzurel
2012-03-12
11
-117
/
+208
|
|
\
|
|
*
Add engines guide to documents.yaml
Ryan Bigg
2012-03-11
1
-0
/
+4
|
|
*
[instrumentation] Add further action placeholders
Ryan Bigg
2012-03-11
1
-0
/
+12
|
|
*
[instrumentation guide] Cover deliver.action_mailer event
Ryan Bigg
2012-03-11
1
-0
/
+18
|
|
*
[instrumentation guide] Cover receive.action_mailer event
Ryan Bigg
2012-03-11
1
-0
/
+27
|
|
*
Fixed Issue #2884 ActiveModel::SecurePassword code / rdoc conflict; an elucid...
Michael de Silva
2012-03-11
2
-0
/
+17
|
|
*
attr_accessor_with_default was deprecated and removed.
Andrew France
2012-03-11
1
-49
/
+0
|
*
|
Squash commits into a single commit
Avi Tzurel
2012-03-11
1
-0
/
+2
*
|
|
Added documentation for the ActionController::MimeResponds::Collector class.
Mark Thomson
2012-03-13
1
-1
/
+24
|
|
/
|
/
|
*
|
Revised explanation of fields_for usage.
Mark Thomson
2012-03-11
1
-10
/
+39
*
|
added clarification stating the counter_cache attribute needs to be created o...
Michael de Silva
2012-03-11
1
-1
/
+3
*
|
Added clarification to description of how initial form values are derived.
Mark Thomson
2012-03-10
1
-1
/
+2
*
|
Merge branch '3.9.12'
Mark Thomson
2012-03-10
1
-53
/
+84
|
\
\
|
*
|
Revised explanation of form_for usage
Mark Thomson
2012-03-10
1
-53
/
+84
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Grant McLean
2012-03-10
1
-2
/
+1
|
\
\
\
|
*
|
|
Fix layout method doc formatting
Alexey Vakhov
2012-03-10
1
-2
/
+1
*
|
|
|
fix fragment portion of some links
Grant McLean
2012-03-10
2
-3
/
+3
|
/
/
/
*
|
/
Fix 'Security#Mass Assignment' URL typo
Abe Voelker
2012-03-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix comment about layout folders lookup
Alexey Vakhov
2012-03-09
1
-2
/
+2
*
|
Document validations and callbacks Array support for :if and :unless options
João Britto
2012-03-09
1
-2
/
+16
*
|
Close string quotes
João Britto
2012-03-09
1
-1
/
+1
|
/
*
Additional preamble comments in form_helper.rb.
Mark Thomson
2012-03-08
1
-7
/
+18
*
Small correction to the description of the role of the form builder.
Mark Thomson
2012-03-08
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-09
11
-30
/
+81
|
\
|
*
Revert "Add rails glossary of common terms & concepts"
Vijay Dev
2012-03-08
2
-428
/
+0
|
*
copy edits [ci skip]
Vijay Dev
2012-03-07
1
-2
/
+2
|
*
Merge pull request #88 from kevingriffin/master
Vijay Dev
2012-03-07
1
-5
/
+5
|
|
\
|
|
*
Correct it's/its usage.
Kevin Griffin
2012-03-06
1
-5
/
+5
|
*
|
Improve docs for attr_accessible|protected related to Hash#except|slice
Carlos Antonio da Silva
2012-03-06
1
-8
/
+10
|
*
|
Add some docs for ActionController::Base.without_modules
Carlos Antonio da Silva
2012-03-06
1
-0
/
+10
|
*
|
Left off a : when specifying the :namespace option for a :controller
coreyhaines
2012-03-06
1
-1
/
+1
|
*
|
In a nested resource route, the parent resource param is <resource_name>_id
coreyhaines
2012-03-06
1
-8
/
+8
|
|
/
|
*
Merge pull request #86 from bschaeffer/ar-doc-fix
Vijay Dev
2012-03-06
1
-2
/
+2
|
|
\
|
|
*
Fix doc examples for has_and_belongs_to_many association
Braden Schaeffer
2012-03-05
1
-2
/
+2
|
*
|
Fix typo in isolated engine docs
Caius Durling
2012-03-06
1
-1
/
+1
|
*
|
[instrumentation guide] Add introduction + basic outline
Ryan Bigg
2012-03-05
1
-0
/
+39
|
*
|
Merge branch 'master' of github.com:lifo/docrails
adman65
2012-03-05
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix typo in asset pipeline guide
Matthew Conway
2012-03-05
1
-1
/
+1
|
|
|
/
|
*
/
Add rails glossary of common terms & concepts
adman65
2012-03-05
2
-0
/
+428
|
|
/
|
*
Fixed a slightly misleading equivalent SQL code on the 3.2 query interface.
Swanand Pagnis
2012-03-05
1
-1
/
+1
|
*
Bump "latest version" from 3.2.1 to 3.2.2 in upgrading rails guide
Carlos Antonio da Silva
2012-03-04
1
-2
/
+2
|
*
typo
Mikhail Dieterle
2012-03-04
1
-1
/
+1
*
|
Merge pull request #5287 from nashby/hash-slice-extract
Aaron Patterson
2012-03-08
2
-8
/
+11
|
\
\
[next]