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
/
source
/
active_support_core_extensions.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding Hash#compact and Hash#compact! methods
tinogomes
2014-01-09
1
-0
/
+10
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
Remove Rdoc formatting from markdown [ci skip]
Harshad Sabne
2013-11-29
1
-1
/
+1
*
|
Remove note about removed local_constant_names method from guides [ci skip]
Carlos Antonio da Silva
2013-12-02
1
-1
/
+1
*
|
Remove dead comment from AS extensions guide [ci skip]
Carlos Antonio da Silva
2013-12-02
1
-2
/
+0
*
|
Fix note about class attribute accessors deprecated file [ci skip]
Carlos Antonio da Silva
2013-12-02
1
-1
/
+1
*
|
Unify cattr and mattr accessors declarations
Genadi Samokovarov
2013-12-02
1
-2
/
+2
*
|
[ci skip] Removing some gender sensitive object pronouns
Tejas Dinkar
2013-12-02
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
1
-7
/
+7
|
\
|
*
[ci skip] Replace #=> with # =>
Alex Johnson
2013-11-12
1
-7
/
+7
*
|
Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.
Alexey Chernenkov
2013-11-15
1
-0
/
+9
*
|
Make it clear that require 'active_support' is required [ci-skip]
Godfrey Chan
2013-11-13
1
-1
/
+4
|
/
*
Add +capitalize+ option to Inflector.humanize
claudiob
2013-11-06
1
-0
/
+6
*
AS guide: errata
Xavier Noria
2013-10-31
1
-1
/
+1
*
Merge pull request #12203 from chancancode/eager_load_json
Jeremy Kemper
2013-10-30
1
-4
/
+2
|
\
|
*
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
1
-4
/
+2
*
|
Revert "Merge pull request #12480 from iwiznia/master"
Jeremy Kemper
2013-10-11
1
-15
/
+0
*
|
flatten and flatten! methods for ActiveSupport::Duration
Ionatan Wiznia
2013-10-11
1
-0
/
+15
*
|
Removed doc of diff method [ci skip]
Rashmi Yadav
2013-09-13
1
-38
/
+0
*
|
Updated guides with latest method [ci skip]
Rashmi Yadav
2013-09-13
1
-2
/
+2
*
|
Updated the file path [ci skip]
Rashmi Yadav
2013-09-13
1
-4
/
+4
*
|
Updated with latest method [ci skip]
Rashmi Yadav
2013-09-13
1
-4
/
+5
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-09-13
1
-1
/
+1
|
\
|
*
`implemention` => `implementation`
Vipul A M
2013-09-03
1
-1
/
+1
*
|
Use Ruby on Rails Coding Conventions for code examples in the guides
Paul Nikitochkin
2013-09-06
1
-5
/
+5
|
/
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-14
/
+51
*
Added new line [ci skip]
Rashmi Yadav
2013-08-14
1
-0
/
+1
*
Added docs for 'remove' method [ci skip]
Rashmi Yadav
2013-08-14
1
-0
/
+11
*
Typo fix
Mikhail Dieterle
2013-07-28
1
-1
/
+1
*
Using markdown-style code quotes
Mikhail Dieterle
2013-07-28
1
-2
/
+2
*
Removed doc of removed method diff [ci skip]
Rashmi Yadav
2013-07-24
1
-38
/
+0
*
Updated guides with latest method [ci skip]
Rashmi Yadav
2013-07-24
1
-2
/
+2
*
fixed file name references [ci skip]
Rashmi Yadav
2013-07-24
1
-4
/
+4
*
Updated guides with latest method [ci skip]
Rashmi Yadav
2013-07-23
1
-4
/
+5
*
copy editing AS guide [ci skip]
Vijay Dev
2013-06-14
1
-19
/
+4
*
Describe ActiveSupport core extensions for BigDecimal, JSON support, and inst...
Jeff Cohen
2013-06-08
1
-1
/
+65
*
Consistent use of one space only after punctuation
Sunny Ripert
2013-05-28
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-12
1
-1
/
+1
|
\
|
*
ruby -> Ruby
Prathamesh Sonpatki
2013-05-12
1
-1
/
+1
*
|
Revert the guide after removing varargs from `in?`.
Brian Morearty
2013-05-01
1
-2
/
+1
|
/
*
more naming fixes.
Yves Senn
2013-04-30
1
-3
/
+5
*
it's Active Record not ActiveRecord
Yves Senn
2013-04-30
1
-1
/
+3
*
Changed grammar for better readability
Prathamesh Sonpatki
2013-04-14
1
-1
/
+1
*
Add option to Class#class_attribute for skipping the query method
Agis-
2013-04-06
1
-0
/
+2
*
localised => localized
Prathamesh Sonpatki
2013-03-25
1
-1
/
+1
*
do some typo fixing
Vipul A M
2013-03-14
1
-1
/
+1
*
Added documentation for beginning_of_minute and end_of_minute to Active Suppo...
Gagan Awhad
2013-02-22
1
-1
/
+19
*
Improve String#squish whitespaces matching
Antoine Lyset
2013-01-22
1
-0
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-21
/
+2
|
\
|
*
undecorated_table_name was moved and refactored
Akira Matsuda
2013-01-04
1
-3
/
+2
[next]