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
/
railties
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Add migrations guide to guide HTML generation task.
Hongli Lai (Phusion)
2008-09-08
1
-0
/
+1
|
/
/
*
|
Style regular font for constants
Frederick Cheung
2008-09-07
4
-5
/
+5
*
|
Merge branch 'master' of git@github.com:lifo/docrails
Frederick Cheung
2008-09-07
1
-0
/
+256
|
\
\
|
*
|
Initial draft of Getting Started With Rails guide, far from complete
James Miller
2008-09-07
1
-0
/
+256
*
|
|
ActiveRecord -> Active Record
Frederick Cheung
2008-09-07
7
-16
/
+16
|
/
/
*
|
Add to the preamble
Frederick Cheung
2008-09-07
1
-1
/
+6
*
|
Stylistic cleanups
Frederick Cheung
2008-09-07
5
-7
/
+7
*
|
Fixed typo
Frederick Cheung
2008-09-07
1
-1
/
+1
*
|
Merge branch 'mig_guide'
Frederick Cheung
2008-09-07
7
-0
/
+506
|
\
\
|
*
|
Initial draft
Frederick Cheung
2008-09-07
7
-0
/
+506
*
|
|
Add 'Debugging Rails Applications' guide to guide HTML generation task.
Hongli Lai (Phusion)
2008-09-07
1
-1
/
+2
|
/
/
*
|
Added View Helpers to the Rails debugging guide.
miloops
2008-09-05
1
-0
/
+99
*
|
Rails debugging guide updated.
miloops
2008-09-05
1
-22
/
+23
*
|
Debugging Guide updated after having some feedback on it, added breakpoints a...
miloops
2008-09-05
1
-8
/
+44
*
|
Dont use multipage
Pratik Naik
2008-09-05
1
-2
/
+1
*
|
Updates on Debugging Rails guide.
miloops
2008-09-05
1
-37
/
+51
*
|
Debugging Rails Applications guide updated.
miloops
2008-09-05
1
-17
/
+155
*
|
Add HTML generation task for the routing guide.
Hongli Lai (Phusion)
2008-09-05
1
-5
/
+17
*
|
Merge branch 'master' of git@github.com:lifo/docrails
Hongli Lai (Phusion)
2008-09-05
2
-15
/
+291
|
\
\
|
*
|
Edits to the "Routing from the Outside In" guide.
Mike Gunderloy
2008-09-05
1
-15
/
+71
|
*
|
More work on Rails debugging guide.
miloops
2008-09-04
1
-14
/
+50
|
*
|
Added prompt, context and references to debugging Rails guide.
miloops
2008-09-04
1
-0
/
+131
|
*
|
Initial commit of the Rails debugging guide.
miloops
2008-09-04
1
-0
/
+53
*
|
|
Merge branch 'master' of git@github.com:lifo/docrails
Hongli Lai (Phusion)
2008-09-04
21
-178
/
+920
|
\
|
|
|
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-09-03
4
-6
/
+7
|
|
\
|
|
|
*
Inline help text was incorrectly telling user to uncomment line to use defaul...
Nigel Ramsay
2008-09-03
1
-1
/
+1
|
|
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
2
-3
/
+3
|
|
|
\
|
|
|
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-1
/
+1
|
|
|
*
Added optional rake doc:app TITLE environment parameter
Nathaniel Bibler
2008-08-29
1
-2
/
+2
|
|
*
|
Remove call to active_record.allow_concurrency since it's deprecated
Nick Sieger
2008-08-29
1
-1
/
+0
|
|
*
|
Revert "Change all databases.rake adapter 'when' statements to use regexes."
Nick Sieger
2008-08-29
1
-18
/
+18
|
|
*
|
Change all databases.rake adapter 'when' statements to use regexes.
Nick
2008-08-29
1
-18
/
+18
|
|
|
/
|
|
*
Prevent deprecation warning in the tests
Michael Koziarski
2008-08-28
1
-1
/
+3
|
*
|
Added "Routing from the Outside In" guide.
Mike Gunderloy
2008-08-31
1
-0
/
+763
|
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-08-28
19
-173
/
+151
|
|
\
|
|
|
*
Formally deprecate the old secret key generator
Michael Koziarski
2008-08-27
1
-0
/
+1
|
|
*
Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.
Hongli Lai (Phusion
2008-08-27
4
-161
/
+8
|
|
*
The 'rails' command was broken by the last commit. Fix that.
Hongli Lai (Phusion
2008-08-26
2
-3
/
+10
|
|
*
When an unexpected exception is caught, tell the administrator to read the lo...
Hongli Lai (Phusion
2008-08-26
2
-0
/
+39
|
|
*
Reverse the priority of the mysql commands in dbconsole
Michael Koziarski
2008-08-24
1
-1
/
+1
|
|
*
Generate belongs_to association when generating a model
Tarmo Tänav
2008-08-23
3
-1
/
+13
|
|
*
Generate belongs_to associations automatically for 'references' types [#640 s...
Tarmo Tänav
2008-08-23
2
-0
/
+11
|
|
*
Always require activesupport, even if its constant already exists
Tarmo Tänav
2008-08-23
1
-0
/
+1
|
|
*
Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]
Chris Lloyd
2008-08-22
1
-0
/
+1
|
|
*
Initializer to sort files before eager loading. [#859 state:resolved]
Tom Ward
2008-08-22
4
-1
/
+24
|
|
*
Touch file with git revision when freezing edge
Joshua Peek
2008-08-19
1
-0
/
+5
|
|
*
Removed config.ru template from app generator
Joshua Peek
2008-08-19
1
-1
/
+0
|
|
*
Added rack logger middleware that tails the environment log
Joshua Peek
2008-08-19
2
-0
/
+29
|
|
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
2
-8
/
+11
*
|
|
Merge branch 'master' of git@github.com:lifo/docrails
Hongli Lai (Phusion)
2008-08-27
7
-13
/
+47
|
\
|
|
[prev]
[next]