Displaying 5 results from an estimated 5 matches similar to: "frozen? is defined by ActiveRecord"
2013 Aug 29
3
ruby connect oracle problem
Hello folks.
I''m new in Ruby also ROR.
I installed oracle intant client and test it it works fine. Now I wanna
connect to oracle db. But its got some error. like this
*custom_require.rb:36:in `require'': cannot load such file -- oci8
(LoadError)*
my code is here.
require ''oci8''
oci =
2011 Sep 21
1
Active Admin
Hello comrades
Can i use Active Admin on Rails 2.3.5 ?
http://activeadmin.info/
Thanks
Tsolmon
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 Oct 19
0
Update gem version
Hello. i''m new in Ror project.
How to update gem version. Now ny gem version is 1.3.7.
I just wanna update to >=2.2.2.
Thanks
Tsolmon
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2013 Oct 17
5
Newbie - Installation Problems
Hi,
If im in the wrong place please redirect me:
I have decided that i''m goignt o jump inand learn rails the hard way. I
know I have to go through the initial learnign curve. One of them is to
know where to go when you get stuck.. so here goes...
I''m installing on Windows 7. using guide:
http://guides.rubyonrails.org/getting_started.html
Ruby version:1.9.3p392
Rails
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
Hello Dear experts,
I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from
ruby.
I installed tiny_tds using following commands:
>sudo apt-get install freetds-dev
>gem install tiny_tds
And now when I executed
@client = TinyTds::Client.new(
:username => ''username'',
:password => ''password'',
:host =>