I am trying to integrate Cassandra with Rails using the method described on 
this page,

https://github.com/dtmconsultoria/cassandra-integration

I made a small change. I created a rails app with two variables, Name and 
Age. Name of the app is user.
After I did this,
I ran the rails server. Everything works fine except when I click on the 
"create user" button. I receive the following error.

NameError (uninitialized constant RAILS_ENV):
>   app/controllers/users_controller.rb:46:in `create'
>   app/controllers/users_controller.rb:45:in `create'
>
>
> I am not able to trace the exact problem. How can I verify if the column 
family I created in Cassandra is actually connected to the app.




-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/LVWBmvUx_MwJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to