Displaying 5 results from an estimated 5 matches for "ciriusmex".
2012 Jan 24
7
Ruby update
Hello, I''m using instantrails 2 to develop RubyOnRails projects on
windows and need to update my ruby version to 1.8.7 (I''m still using
1.8.6). I downloaded ruby 1.8.7 here http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.zip
and unzipped files in the ruby folder of instantrails but when I check
"ruby -v" I still got 1.8.6 (I tried a gem update and same thing, some
gems
2008 Oct 16
4
InstantRails and SQLite
Hy,
I''m using InstantRails for my RoR developments and it is really great.
However I have a little problem since a few days. Here is the
situation, I''m using InstantRails 2.0 with PHP 5.2.6 (I upgraded
following the InstantRails procedure). I''m using MySQL as a database
for my application but recently downloaded a forum (FluxBB) which need
SQLite to work. My problem is
2010 Oct 19
33
Render partial generate unwanted spaces
Hello, I have a problem with the render :partial method in all my
rails webapplications. I noticed that using render :partial will
generate spaces (mainly top spaces) on the elements inserted.
As all my websites are seperated by module (basicaly header, content,
menu, footer) it''s quite a problem as I have to set negative margin-
top to various parts for the site to display as expected
2009 Jul 27
1
Client local time
Hi folks ^^
Ok think it''s gonna be pretty easy but can''t find any solution on
internet...I need to get the client local time in order to get
database informations in function of the client time and not the
server one. How can I do with RoR?
Any idea?
Olivier.
2010 Apr 05
0
I18n in ruby scripts
Hello, I created a ruby script for my RubyOnRails application that
send a mail to my application users. This script is executed using a
cron job everyday at midnight. Ok so that part works just great. My
problem is that I have to use RubyOnRails I18n system to translate a
large part of the emails sent and it doesn''t seems to work
(translation is not done). I''m using the