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
/
lib
/
active_support
/
inflector
/
methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
safe_constantize should handle wrong constant name NameErrors Fixes #4710
Alex Tambellini
2012-01-26
1
-1
/
+1
*
global variables may not be set depending on the match. fixes #4703
Aaron Patterson
2012-01-26
1
-1
/
+4
*
Change ActiveRecord::Errors to ActiveModel::Errors in guides
Carlos Antonio da Silva
2012-01-25
1
-6
/
+6
*
remove ruby 1.8 checking in constantize method
Vasiliy Ermolovich
2011-12-29
1
-39
/
+24
*
fix typo again (Thanks Phillip Oertel)
Vijay Dev
2011-11-08
1
-1
/
+1
*
fix typo
Vijay Dev
2011-11-06
1
-1
/
+1
*
Refactored pluralize and singularize into a common method.
Henrik Hodne
2011-11-06
1
-16
/
+18
*
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
Xavier Noria
2011-10-29
1
-6
/
+23
*
let demodulize do less work, and add tests
Xavier Noria
2011-10-29
1
-1
/
+3
*
Update CHANGELOG for safe_constantize.
José Valim
2011-09-23
1
-1
/
+4
*
Ensure that constantize just rescues NameError that applies to the constant b...
José Valim
2011-09-23
1
-4
/
+20
*
Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...
Ryan Oblak
2011-09-23
1
-0
/
+27
*
Revert removing gsub and sub from safe buffer.
José Valim
2011-09-08
1
-24
/
+8
*
remove support of symbols on classify and camelize
Damien Mathieu
2011-09-08
1
-0
/
+16
*
make gsub and sub unavailable in SafeBuffers - Closes #1555
Damien Mathieu
2011-09-08
1
-8
/
+8
*
Add more examples to #titleize
Pol Llovet
2011-07-09
1
-2
/
+4
*
Add acronym support to Inflector; Issue #1366
David Lee
2011-06-11
1
-7
/
+10
*
Refactor
David Lee
2011-06-11
1
-0
/
+92
*
adds code examples for negative ordinalize
Vijay Dev
2011-05-08
1
-1
/
+3
*
ordinalize negative numbers patch
Jason
2011-05-07
1
-2
/
+2
*
camelize and underscore are sort of inverse of each other, but not in a mathe...
Xavier Noria
2010-07-22
1
-1
/
+11
*
Avoid unnecessary allocations in Inflector.underscore [#3626 state:resolved]
Joe Van Dyk
2010-04-12
1
-5
/
+7
*
Avoid calling triggering const_missing if const_missing is private when doing...
Carl Lerche
2010-02-18
1
-1
/
+1
*
Break up inflector to reduce the dependency burden on dependency-les methods ...
Yehuda Katz
2009-11-07
1
-0
/
+139