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
...
|
|
*
Revert "Avoid uneeded queries in session stores if sid is not given."
José Valim
2010-07-29
3
-5
/
+4
|
|
*
Shouldn't have committed this! Revert "avoid calling to_sql twice"
Aaron Patterson
2010-07-28
1
-7
/
+4
|
|
*
avoid calling to_sql twice
Aaron Patterson
2010-07-28
1
-4
/
+7
|
|
*
adding test for respond_to cache_key and cleaning up the ENV settings
Neeraj Singh
2010-07-28
1
-14
/
+33
|
|
*
test cases for rails_app_version in AS cache.rb
Neeraj Singh
2010-07-28
1
-0
/
+14
|
|
*
adding more test cases for expand_cache_key
Neeraj Singh
2010-07-28
1
-0
/
+10
|
|
*
removing unused variable
Neeraj Singh
2010-07-28
1
-2
/
+0
|
|
*
Fix middleware test
wycats
2010-07-27
1
-1
/
+2
|
|
*
slight performance improvement when grabbing an arel table
Aaron Patterson
2010-07-27
1
-1
/
+1
|
|
*
fixed joining of attributes when using find_or_create_by with multiple attrib...
Jon Buda
2010-07-28
2
-1
/
+10
|
|
*
Forgot to check in this new file
wycats
2010-07-27
1
-0
/
+13
|
|
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
6
-3
/
+7
|
|
*
adds test coverage for edge-cases of Array.wrap, and better documentation for...
Xavier Noria
2010-07-28
3
-5
/
+37
|
|
*
Fix app generator so that it uses the right app_name during rails:update rake...
rohit
2010-07-27
1
-1
/
+1
|
|
*
This is a hash in 1.9.2
Santiago Pastorino
2010-07-26
1
-1
/
+1
|
|
*
fix bad logic in determining if in rails app subdir
Chad Fowler
2010-07-26
1
-1
/
+2
|
|
*
Fix deprecation message on info screen
David Heinemeier Hansson
2010-07-26
1
-1
/
+1
|
|
*
JRuby should not need system_timer, and cannot install it either
Nick Sieger
2010-07-26
1
-1
/
+0
|
|
*
Add install script for testing gems locally
David Heinemeier Hansson
2010-07-26
1
-0
/
+11
|
|
*
Spaces, people, spaces!
David Heinemeier Hansson
2010-07-26
1
-0
/
+1
|
|
*
Make Rails 3 RC depend on Bundler RC
David Heinemeier Hansson
2010-07-26
1
-1
/
+1
|
|
*
missing requires added
Santiago Pastorino
2010-07-26
1
-0
/
+2
|
|
*
Rails version update
David Heinemeier Hansson
2010-07-26
1
-1
/
+1
|
|
*
Prep for RC
David Heinemeier Hansson
2010-07-26
15
-13
/
+23
|
|
*
Move runtime back to the Thread.current
José Valim
2010-07-26
4
-13
/
+21
|
|
*
fixing space errors
Aaron Patterson
2010-07-26
2
-6
/
+6
|
*
|
Adding documentation regarding lazy_load_hooks
Neeraj Singh
2010-07-29
1
-1
/
+20
|
*
|
updating documentation about lazy hooks in ActiveSupport
Neeraj Singh
2010-07-29
1
-12
/
+7
|
*
|
moving time zone related documentation to timestamp.rb from base.rb
Neeraj Singh
2010-07-29
2
-13
/
+12
|
*
|
Merge branch 'master' of github.com:lifo/docrails
paulccarey
2010-07-29
11
-77
/
+119
|
|
\
\
|
|
*
|
adding documentation regarding time_zone_aware_attributes and skip_time_zone_...
Neeraj Singh
2010-07-29
1
-0
/
+13
|
|
*
|
expanding on the will_change! method in documentation
Neeraj Singh
2010-07-29
1
-1
/
+4
|
|
*
|
itsy bitsy changes to documentation
Neeraj Singh
2010-07-28
1
-13
/
+13
|
|
*
|
itsy bitsy changes to ActionMailer documentation
Neeraj Singh
2010-07-28
1
-14
/
+11
|
|
*
|
putting receive method under tt
Neeraj Singh
2010-07-28
1
-2
/
+2
|
|
*
|
superclass_delegating_accessor has been deprecated.
Neeraj Singh
2010-07-28
1
-15
/
+0
|
|
*
|
removed ambiguity from autosave description
Simon Tokumine
2010-07-28
1
-1
/
+1
|
|
*
|
adding punctuations
Neeraj Singh
2010-07-28
1
-4
/
+4
|
|
*
|
more documentation for update_attribute
Neeraj Singh
2010-07-28
1
-5
/
+6
|
|
*
|
More documentation to class_attribute.
José Valim
2010-07-28
1
-11
/
+24
|
|
*
|
editing the documentation regarding :race_condition_ttl and :expires_in optio...
Neeraj Singh
2010-07-28
1
-22
/
+23
|
|
*
|
editing a sentence
Neeraj Singh
2010-07-28
1
-1
/
+1
|
|
*
|
adding comment specifying that cattr_accessor also supports instance_write an...
Neeraj Singh
2010-07-28
1
-0
/
+10
|
|
*
|
clarifying the instance_write option with an example
Neeraj Singh
2010-07-28
1
-1
/
+5
|
|
*
|
adding some comments to cattr_accessor method
Neeraj Singh
2010-07-28
1
-0
/
+6
|
|
*
|
updating description of how class_attribute works
Neeraj Singh
2010-07-28
1
-0
/
+5
|
|
*
|
Revert "Frameworks are loaded in application.rb rather than config.rb accordi...
Xavier Noria
2010-07-27
1
-1
/
+1
|
|
*
|
Frameworks are loaded in application.rb rather than config.rb according to Ra...
Brian Smith
2010-07-27
1
-1
/
+1
|
|
*
|
clarifying description for class_attribute method
Neeraj Singh
2010-07-27
1
-2
/
+2
|
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Neeraj Singh
2010-07-27
1
-11
/
+14
|
|
|
\
\
[prev]
[next]