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
*
[layout/rendering guide] remove redundant wording
Weston Platter
2013-04-03
1
-3
/
+1
*
fix broken format in ActionView::Helpers::NumberHelper [ci skip]
Francesco Rodriguez
2013-04-03
1
-0
/
+25
*
Fixed Typo
Prathamesh Sonpatki
2013-04-03
1
-1
/
+1
*
Changed rspec/model directory example to spec/models
Prathamesh Sonpatki
2013-04-03
1
-2
/
+2
*
Typos/grammar fixes
Jonathan Roes
2013-04-03
1
-3
/
+3
*
fix formatting typo, + should be `
Yves Senn
2013-04-03
1
-1
/
+1
*
add `(association)`_type to schema convetions in AR basics guide.
Yves Senn
2013-04-03
1
-0
/
+2
*
link the Active Record pattern to the EAA Catalog
Yves Senn
2013-04-03
1
-4
/
+5
*
remove trailing whitespace from AR Basics guide
Yves Senn
2013-04-03
1
-94
/
+94
*
remove broken links from reference section in debugging guide.
Yves Senn
2013-04-03
1
-3
/
+0
*
adjust config.ru tempalte used in the rails on rack guide
Yves Senn
2013-04-03
1
-4
/
+7
*
Merge branch 'master' of github.com:lifo/docrails
Oliver Jakubiec
2013-04-02
310
-1667
/
+4334
|
\
|
*
mark relation mutator as :nodoc: [ci skip]
Francesco Rodriguez
2013-04-02
1
-2
/
+1
|
*
Merge pull request #131 from lazylester/master
Grayson Wright
2013-04-02
1
-1
/
+1
|
|
\
|
|
*
as of Rails 3.2.13 it appears that importing an engine's migration into the h...
Les Nightingill
2013-03-31
1
-1
/
+1
|
*
|
Proofreading tweaks to the Mailer guide
Jonathan Roes
2013-04-01
1
-15
/
+15
|
*
|
Merge pull request #129 from rafBM/master
Vijay Dev
2013-04-01
1
-2
/
+2
|
|
\
\
|
|
*
|
Remove “Sweepers” from Caching TOC and mention Page/Action caching are re...
Rafaël Blais Masson
2013-03-24
1
-2
/
+2
|
*
|
|
Merge pull request #132 from hlee/master
Ken
2013-03-31
1
-1
/
+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
fixed a article link at sitepoint
Ken Lu
2013-03-31
1
-1
/
+1
|
|
/
/
|
*
|
Remove unnecessary / confusing code in example
Jonathan Roes
2013-03-31
1
-11
/
+2
|
*
|
Fix typo
Carson McDonald
2013-03-31
1
-1
/
+1
|
*
|
minor copy editing
Neeraj Singh
2013-03-30
3
-4
/
+9
|
*
|
Merge branch 'master' of github.com:rails/rails
Vijay Dev
2013-03-30
306
-1613
/
+4285
|
|
\
\
|
|
*
\
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
44
-208
/
+274
|
|
|
\
\
|
|
*
|
|
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
|
|
*
|
|
Merge pull request #9984 from ranjaykrishna/col-prob
Rafael Mendonça França
2013-03-28
3
-4
/
+8
|
|
|
\
\
\
|
|
|
*
|
|
added comments to test_invalid_type in sqlite3 adapter test and added valid_t...
Ranjay Krishna
2013-03-28
3
-4
/
+8
|
|
*
|
|
|
Merge pull request #9982 from prathamesh-sonpatki/railite-typo
Carlos Antonio da Silva
2013-03-28
1
-1
/
+1
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Fix typo
Prathamesh Sonpatki
2013-03-28
1
-1
/
+1
|
|
|
/
/
/
/
|
|
*
|
|
|
contrib guide: documents guidelines for running the test suite
Xavier Noria
2013-03-28
1
-0
/
+11
|
|
*
|
|
|
contrib guide: documents how to generate a --dev application
Xavier Noria
2013-03-28
1
-0
/
+16
[next]