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
...
|
*
|
Fixed small typos
Prathamesh Sonpatki
2013-03-19
2
-2
/
+2
|
*
|
"overwritten" is one word
Waynn Lue
2013-03-18
1
-1
/
+1
|
*
|
Fix typo, ording to ordering
Carson McDonald
2013-03-18
1
-1
/
+1
|
*
|
The default route has been removed
Trevor Turk
2013-03-18
1
-1
/
+1
|
*
|
The HTTP method helpers are preferred over match and should be explained befo...
Trevor Turk
2013-03-18
1
-28
/
+16
|
*
|
The default route has been removed
Trevor Turk
2013-03-18
1
-24
/
+0
|
*
|
Using match without via is deprecated
Trevor Turk
2013-03-18
1
-12
/
+12
|
*
|
Capitalize the first letter of sentence
Tatsuro Baba
2013-03-18
1
-1
/
+1
|
*
|
Remove :all from *args options in AbstractController.helper
Bryan Ricker
2013-03-16
1
-1
/
+1
|
*
|
Capitalize first letter in sentence
Mikhail Dieterle
2013-03-16
1
-1
/
+1
|
*
|
nodoc AR::ConnectionHandling for adapters [ci skip]
Francesco Rodriguez
2013-03-15
5
-12
/
+12
|
*
|
Update action_controller_overview.md
Mikhail Dieterle
2013-03-16
1
-2
/
+2
|
*
|
fix markup of controllers guide
Mikhail Dieterle
2013-03-16
1
-1
/
+1
|
*
|
fix typo in form helpers guide
Mikhail Dieterle
2013-03-15
1
-1
/
+1
|
*
|
Unmatched parenthesis fix
Robin Dupret
2013-03-15
1
-1
/
+1
|
*
|
added details to section 4.1.2 of the Asset Pipeline guide, describing how to...
Tim Lowrimore
2013-03-15
1
-1
/
+29
|
*
|
Should be a symbol not string to defer the choice of layout.
Limon Lin
2013-03-15
1
-1
/
+1
|
*
|
make the headers consistent
Waynn Lue
2013-03-14
1
-2
/
+2
|
*
|
do some typo fixing
Vipul A M
2013-03-14
4
-5
/
+5
|
*
|
fix missing to
Vipul A M
2013-03-14
1
-1
/
+1
|
*
|
fix absence validator doc for boolean field
Angelo capilleri
2013-03-13
1
-2
/
+2
|
*
|
absence validator doc
Angelo capilleri
2013-03-13
1
-0
/
+41
|
*
|
clarify verbiage
Waynn Lue
2013-03-12
1
-1
/
+1
|
*
|
Fix missing closing <tt> tag
Patrick Helm
2013-03-12
1
-1
/
+1
|
*
|
Fix my typo
Alexey Muranov
2013-03-12
1
-1
/
+1
|
*
|
Align indentation in comments
Alexey Muranov
2013-03-12
1
-15
/
+15
|
*
|
Document nested attributes as hash of hashes
Alexey Muranov
2013-03-12
1
-2
/
+26
|
*
|
Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is th...
Daniel Lobato
2013-03-12
1
-1
/
+1
|
*
|
update README since email-service isn't a word
Waynn Lue
2013-03-11
1
-1
/
+1
|
*
|
Minor copy editing
Neeraj Singh
2013-03-11
1
-4
/
+4
|
*
|
I think "uniq" is more Rails-y than select("distinct(categories.id)")
capps
2013-03-11
1
-1
/
+1
*
|
|
adds the API home page to the gemspec, needed for doc:rails
Xavier Noria
2013-03-30
1
-1
/
+1
*
|
|
typo
Xavier Noria
2013-03-30
1
-1
/
+1
*
|
|
registers the new doc:rails behaviour in the changelog
Xavier Noria
2013-03-30
1
-0
/
+5
*
|
|
rdoc is no longer a gem dependency, sdoc becomes a runtime dependency
Xavier Noria
2013-03-30
3
-1
/
+10
*
|
|
unifies API generation
Xavier Noria
2013-03-30
3
-54
/
+35
*
|
|
moves RDOC_MAIN.rdoc to railties
Xavier Noria
2013-03-30
2
-1
/
+1
*
|
|
encapsulates API generation in Rails::API::Task
Xavier Noria
2013-03-30
4
-84
/
+197
*
|
|
changes the RDoc title of the API
Xavier Noria
2013-03-30
1
-1
/
+1
*
|
|
Merge pull request #9998 from neerajdotname/association-doc
Steve Klabnik
2013-03-29
1
-2
/
+2
|
\
\
\
|
*
|
|
Do not use deprecate method [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
|
*
|
|
fix broken sentence [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
|
/
/
/
*
|
/
removes bindir from the rails gemspec
Xavier Noria
2013-03-29
1
-3
/
+1
|
|
/
|
/
|
*
|
removes activerecord/examples/associations.png
Xavier Noria
2013-03-29
2
-6
/
+0
*
|
Merge pull request #9989 from robertomiranda/group-assets
Guillermo Iguaran
2013-03-28
1
-12
/
+11
|
\
\
|
*
|
Update Gemfile since group assets doesn't exist anymore in Gemfile
robertomiranda
2013-03-28
1
-12
/
+11
*
|
|
Merge pull request #9987 from robertomiranda/group-assets
Rafael Mendonça França
2013-03-28
1
-2
/
+3
|
\
|
|
|
*
|
Update Bundler require in getting started application
robertomiranda
2013-03-28
1
-2
/
+3
|
/
/
*
|
Update the call to Bundler.require in application.rb since assets group doesn...
Guillermo Iguaran
2013-03-28
1
-2
/
+3
*
|
Add better comments to assets gems
Guillermo Iguaran
2013-03-28
1
-9
/
+22
[prev]
[next]