Displaying 3 results from an estimated 3 matches for "esimplyutil".
2006 Apr 24
1
How to require a regular module into my controller?
I created a modules directory under my app. root (RAILS_ROOT/app)
I''m trying to "require in" a module in that directory into my
controller.
I tried require ''modules/module.rb''
I tried require "#{RAILS_ROOT}/app/modules/ESimplyUtil"
The module file is in modules/ESimplyUtil.rb. Is that the right name?
Neither of these works.
How can I successfully require in my module?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2006 Apr 24
7
Controller can''t find helper?????!!!!!????
I have a controller named xyzController under app/controllers
I have a helper class named xyzHelper under app/helpers.
Shouldn''t I be able to call methods from xyzHelper inside of
xyzController without any problems?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2007 Jan 17
12
Excel sheet generation
Hi,
Does anyone know of a package that will help with generation of
spreadsheets? (xls files, not csv)
Thanks,
Fredrik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe