This project is archived and is in readonly mode.
require dependency for active_support/core_ext/string/inflections
Reported by Jason King | February 27th, 2010 @ 12:17 AM | in 3.0.2
The following code fails:
require 'active_support/core_ext/string/inflections'
"foo_bar".titleize
With:
NameError: uninitialized constant String::ActiveSupport
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/core_ext/string/inflections.rb:57:in `titleize'
Checking the inflections.rb
file, it has an
unresolved dependency. Patch following.
Comments and changes to this ticket
-
Jason King February 27th, 2010 @ 12:18 AM
- no changes were found...
-
José Valim March 3rd, 2010 @ 09:06 AM
- Assigned user set to José Valim
- State changed from new to committed
- Milestone cleared.
Applied.
-
Repository March 3rd, 2010 @ 09:13 AM
(from [f36a380c07186782a7c9e2c3d169b325ee8ab6dc]) Inflection dependency, [#4067 status:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/f36a380c07186782a7c9e2c3d169b3... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4067 require dependency for active_support/core_ext/string/inflections (from [f36a380c07186782a7c9e2c3d169b325ee8ab6dc]) Inflect...