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
/
activesupport
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fixing typo
Neeraj Singh
2010-08-05
1
-1
/
+1
|
*
more documentation for class_inheritable_*
Neeraj Singh
2010-08-05
1
-0
/
+22
|
*
correcting the documentation that default to false. it does not default to fa...
Neeraj Singh
2010-08-05
1
-5
/
+4
*
|
adds test coverage to ensure DateTime#advance processes first the date deltas...
Xavier Noria
2010-08-05
1
-12
/
+19
*
|
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
2
-11
/
+11
|
\
|
|
*
Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern doc...
Tom Stuart
2010-08-05
2
-11
/
+11
*
|
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
2
-1
/
+38
|
\
|
|
*
adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso...
Neeraj Singh
2010-08-04
2
-1
/
+38
*
|
Reload action_methods in AbstractController after defining new method.
Piotr Sarnacki
2010-08-04
1
-1
/
+4
*
|
Revert "If a file is in the load path, require it without its full path (in m...
José Valim
2010-08-04
1
-7
/
+2
*
|
If a file is in the load path, require it without its full path (in more places)
wycats
2010-08-04
1
-2
/
+7
*
|
require_dependency should require using the normal mechanism if possible to a...
wycats
2010-08-04
1
-7
/
+15
|
/
*
Bring returning back to ease migration.
José Valim
2010-08-02
2
-0
/
+44
*
Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 state:...
Chris Hoffman
2010-08-02
1
-0
/
+1
*
explains Array.wrap directly, rather by comparison with Kernel#Array which is...
Xavier Noria
2010-08-01
1
-1
/
+22
*
AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins...
Santiago Pastorino
2010-07-30
2
-3
/
+13
*
Make options an attr_reader
Santiago Pastorino
2010-07-30
1
-6
/
+1
*
Add another missing require in 'active_support/inflector/inflections'
Carl Lerche
2010-07-29
1
-0
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-07-30
17
-78
/
+147
|
\
|
*
edit pass to apply API guideline wrt the use of "# =>" in example code
Xavier Noria
2010-07-30
7
-63
/
+65
|
*
Add a missing require in 'active_support/core_ext/string/inflections'
Carl Lerche
2010-07-29
1
-0
/
+1
|
*
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
|
*
adds test coverage for edge-cases of Array.wrap, and better documentation for...
Xavier Noria
2010-07-28
2
-4
/
+29
|
*
This is a hash in 1.9.2
Santiago Pastorino
2010-07-26
1
-1
/
+1
|
*
Prep for RC
David Heinemeier Hansson
2010-07-26
2
-2
/
+2
|
*
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
*
|
itsy bitsy changes to documentation
Neeraj Singh
2010-07-28
1
-13
/
+13
*
|
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
*
|
clarifying description for class_attribute method
Neeraj Singh
2010-07-27
1
-2
/
+2
*
|
polishing comments
Neeraj Singh
2010-07-26
2
-8
/
+8
*
|
making comments meaningful by correcting, adding and pruning
Neeraj Singh
2010-07-26
3
-14
/
+13
*
|
making comments have a consistent theme of narrative
Neeraj Singh
2010-07-26
1
-26
/
+22
|
/
*
Test to ensure that falsy objects aren't wrapped by deprecation proxies
Leigh Caplan
2010-07-26
1
-0
/
+22
*
Override new on proxy objects so that they never wrap nil or false.
Leigh Caplan
2010-07-26
1
-0
/
+7
*
XmlMini.rename_key emits valid xml with dasherize
Bernerd Schaefer
2010-07-26
2
-1
/
+54
*
This is for making sure const_missing is triggered without warnings
Santiago Pastorino
2010-07-26
2
-5
/
+8
*
strengthening the test suite for rescue_from
Neeraj Singh
2010-07-26
1
-0
/
+23
*
strengthening the rescue_from test suites
Neeraj Singh
2010-07-26
1
-0
/
+14
*
Fix a bug where requires inside of autoloads were being added to the autoload...
wycats
2010-07-26
5
-5
/
+73
*
fisting warning
Aaron Patterson
2010-07-25
1
-1
/
+1
[prev]
[next]