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
path:
root
/
guides
/
code
/
getting_started
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Fix capitalization
Akshay Vishnoi
2014-06-07
1
-4
/
+4
*
Rename Posts to Articles in Guides' Getting Started App, continuation of #152...
John Kelly Ferguson
2014-05-25
29
-141
/
+141
*
Merge pull request #15304 from JohnKellyFerguson/guides-4.1.1
Xavier Noria
2014-05-25
2
-45
/
+44
|
\
|
*
Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]
John Kelly Ferguson
2014-05-24
2
-45
/
+44
*
|
integration tests do not need to load fixtures by hand
Xavier Noria
2014-05-25
1
-3
/
+0
|
/
*
Default config.assets.digests to true in development
Dan Kang
2014-05-17
1
-0
/
+8
*
fixed capitalizations [ci skip]
SA
2014-05-17
1
-3
/
+3
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
9
-9
/
+9
*
Bump version of bcrypt gem
T.J. Schuck
2014-02-25
1
-1
/
+1
*
Correct grammar from '... allowing both thread web servers ...' to '... allow...
Adrien Lamothe
2014-01-25
1
-1
/
+1
*
Spring in now under rails/spring [ci skip]
Rashmi Yadav
2014-01-19
1
-1
/
+1
*
Use single quotes in generated files
Chulki Lee
2014-01-14
2
-3
/
+3
*
revises a few things in the getting started guide [ci skip]
Xavier Noria
2014-01-13
2
-82
/
+87
*
upgrade SDoc
Xavier Noria
2014-01-12
2
-8
/
+6
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-1
/
+1
*
Bump Jbuilder version to 2.0.0
Pavel Pravosud
2013-12-20
2
-3
/
+3
*
Fix URL to robots.txt documentation
Christophe Maximin
2013-11-29
1
-1
/
+1
*
Fix missing line and shadow on static error pages [ci skip]
Dmitry Korotkov
2013-11-11
3
-0
/
+6
*
remove warnings on ruby trunk
laurocaetano
2013-11-01
1
-1
/
+1
*
bcrypt-ruby v3.1.2 supports Ruby 2.0 on Windows
T.J. Schuck
2013-09-23
1
-1
/
+1
*
Fix broken link to Fixtures documentation on guides
David Padilla
2013-08-29
2
-2
/
+2
*
bcrypt-ruby stable is 3.1
Burkhard Vogel-Kreykenbohm
2013-07-17
1
-1
/
+1
*
Refactored strong paramters usage and updated Gemfile.lock with Rails 4
Ankit Gupta
2013-07-07
4
-109
/
+92
*
Fix punctuation in config templates
Akira Matsuda
2013-06-28
1
-1
/
+1
*
Fix another "error_explanation" css class in guides [ci skip]
Carlos Antonio da Silva
2013-06-25
1
-3
/
+3
*
Removed incorrect warning from application.js templates and replaced it with ...
Nick
2013-05-15
1
-2
/
+1
*
"rails" -> "Rails" [ci skip]
Xavier Noria
2013-05-09
1
-2
/
+2
*
Updated link to to GitHub article about ignoring files [ci skip]
Prathamesh Sonpatki
2013-05-05
1
-1
/
+1
*
Merge pull request #10461 from rwz/master
Rafael Mendonça França
2013-05-04
1
-1
/
+1
|
\
|
*
Relaxed jbuilder dependency in Gemfile template
Pavel Pravosud
2013-05-04
2
-2
/
+2
*
|
ActiveRecord -> Active Record
Xavier Noria
2013-04-22
1
-0
/
+1
*
|
Getting rid of a few other vestiges of rails.png.
Steve Klabnik
2013-04-02
1
-0
/
+0
*
|
Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade
Santiago Pastorino
2013-04-01
1
-1
/
+1
|
\
\
|
*
|
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-1
/
+1
*
|
|
be lazy loading SDoc
Xavier Noria
2013-03-30
1
-1
/
+1
*
|
|
rdoc is no longer a gem dependency, sdoc becomes a runtime dependency
Xavier Noria
2013-03-30
1
-0
/
+5
*
|
|
Update Gemfile since group assets doesn't exist anymore in Gemfile
robertomiranda
2013-03-28
1
-12
/
+11
*
|
|
Update Bundler require in getting started application
robertomiranda
2013-03-28
1
-2
/
+3
|
/
/
*
|
Relaxed jbuilder dependency and bumped version number
Pavel Pravosud
2013-03-25
1
-1
/
+1
*
|
Better styles for the CSS [ci skip]
Rafael Mendonça França
2013-03-23
3
-38
/
+38
|
/
*
replace non-breaking spaces with normal spaces [ci skip]
Yves Senn
2013-03-07
2
-4
/
+4
*
add prompt to 422 page to check logs
Nihad Abbasov
2013-03-04
1
-2
/
+3
*
New beauty pages(404, 422, 500)
Stanislav
2013-03-02
3
-33
/
+126
*
Change default root route helper
Kohei Hasegawa
2013-02-26
1
-2
/
+2
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
2
-8
/
+0
*
Re-do Getting Started application with Rails 4.
Steve Klabnik
2013-01-22
76
-301
/
+404
*
remove the rails guide on performance testing
Yves Senn
2013-01-10
1
-12
/
+0
*
remove performance tests from the default stack
Yves Senn
2013-01-10
1
-1
/
+1
*
new README generated for new apps
Xavier Noria
2013-01-08
1
-247
/
+16
*
doc/README_FOR_APP is no longer generated
Xavier Noria
2013-01-08
1
-2
/
+0
[next]