search for: iblog

Displaying 3 results from an estimated 3 matches for "iblog".

Did you mean: blog
2006 Apr 23
5
Controllers in folders and helper scope in Rails >1.0
...can''t find anything relevant in the release-notes. My application is a small internal tool, but certainly is was running for the last six months on 0.13, 0.14 and on 1.0 versions of Rails. Any help? TIA. -- Rafa? Komorowski komor@mac.com GG: 4083718 <http://homepage.mac.com/komor/iblog/>
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/.
2006 Jan 02
2
What happened to Rails::Version::STRING in Rails 1.0.0?
...#39;) end end and in 1.0.0 it looks like this: module Rails module VERSION #:nodoc: MAJOR = 1 MINOR = 0 TINY = 0 STRING = [MAJOR, MINOR, TINY].join(''.'') end end -- Rafa? Komorowski komor@mac.com GG: 4083718 <http://homepage.mac.com/komor/iblog/>