Displaying 4 results from an estimated 4 matches for "komorowski".
2006 Apr 23
5
Controllers in folders and helper scope in Rails >1.0
...And what happened, that the behaviour of Rails has changes in
1.1? I 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?
...TINY = 3
STRING = [MAJOR, MINOR, TINY].join(''.'')
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/>
2005 Oct 19
1
Rails + Eclipse + Utf-8
I''m developing an international website that uses AJAX. In order to make the
international characters appear correctly, I have set my default char set to
UTF-8.
The problem seems to be that Eclipse even though has the setting to use
UTF-8 for encoding, doesn''t save it in the correct format. If I open up the
.rhtml file under Notepad++ it encodes the file correctly and accents