Displaying 5 results from an estimated 5 matches for "dpka337bxzxr7s880joybq".
2011 Oct 25
6
Date formats
Just realized I have a nice problem.
using Postgresql...
When I save something via Rails to the table it''s saved with a GMT
offset (so 12:00 becomes 16:00)
But the database is configured to save everything as GMT.
Which means -- when I query it via SQL it''s coming back as now + 4
hours instead of just plain now.
Where/How do I get this back in sync?
--
You received this
2011 Jun 22
2
Oracle Schema
Is there a way....
I have one Oracle database.
I would like to divide Development, Test, Production up by SCHEMA within the
same database.
Is there something in the database.yml that I can configure for this?
--
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
2011 Oct 24
1
JQuery autocomplete example
I was trying to follow along on the github example
(https://github.com/crowdint/rails3-jquery-autocomplete) for building
an autocomplete and ran into a small set of problems. I''m not using
the exact names of models, but I suppose I could. It''s just a dummy
set. For me: Model is Package and attribute is Brand.
I don''t understand what the reference to class
2006 Aug 27
6
Rails configuration for sessions
I''m trying to get the configuration done for sessions but I can''t seem
to find any documentation on how to do it beyond the merest of basics.
I would rather have something that would NOT persist a marshalled object
to the database since that''s just not something I want to do. I want to
be able to read the data for one.
But there''s really nothing to
2012 Feb 28
4
JIRA anyone?
I''m trying to evaluate what use I can make of JIRA with Rails/Ruby and am
getting frustrated.
The jira4r gem will install but the soap4r gem won''t load.
literally: ''irb -r soap4r'' returns :cannot load such file...
I also set this up in a Gemfile and tried to run this from the rails
console: