Facets don't seem to be loaded when reading app_config files
Reported by Mark Bates | August 17th, 2008 @ 10:18 AM | in 0.7.0
If you put something like:
<%= 24.hours %>
in an app_config yaml file. You get an error like this:
undefined method `hours' for 24:Fixnum
It would appear that facets aren't loaded at that time.
Comments and changes to this ticket
-

Mark Bates August 18th, 2008 @ 01:23 PM
- → State changed from new to resolved
(from [6839e5dee379dfc4dc5189f3ba52981ccd796ea6]) Fixed mack-facets not being loaded before app_config files. [#98 state:resolved] http://github.com/markbates/mack...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.
People watching this ticket
Tags
Referenced by
-
#98 Facets don't seem to be loaded when reading app_config files
(from [6839e5dee379dfc4dc5189f3ba52981ccd796ea6]) Fixed m...