288 reputation
19
bio website
location
age
visits member for 11 months
seen 3 hours ago
stats profile views 169

Currently working in Ruby on rails using database MONGO DB..... n enjoyinnnnnnnnnn........


May
20
comment Rails database name dynamically by user choice in Mongodb
May be my question is silly but is it possible. First i run rails s Which use default database name and in another time i use another port to run the same project in different database name like MONGO_DB_NAME=yak_name rails s -p 3002 Here in two ports i want to run same project but with different database name.. I did like this but i get error A server is already running. Check /home/prem/Desktop/Rails cast/102-auto-complete-association-revised/token/tmp/pids/server.pid. Isn't it possible to run same project in different ports with different database at same time?
May
20
accepted Rails database name dynamically by user choice in Mongodb
May
20
asked Rails database name dynamically by user choice in Mongodb
Apr
29
accepted Changes in code from Mysql to Mongodb in search and find_by
Apr
29
comment Changes in code from Mysql to Mongodb in search and find_by
let us continue this discussion in chat
Apr
29
comment Changes in code from Mysql to Mongodb in search and find_by
yes, I want to save the id of category in product model(products collection) so that i can fetch it in product view page as @product.category.name
Apr
29
comment Changes in code from Mysql to Mongodb in search and find_by
I updated my question. I want to save the id of category in my database when i input name of category from searching. Search works fine now as your answer above now i am pause in savin the id of category in my products collection .
Apr
29
revised Changes in code from Mysql to Mongodb in search and find_by
added 471 characters in body
Apr
29
comment Changes in code from Mysql to Mongodb in search and find_by
Here i want to save id of category in category_name field. In name params name of category is passed. How can i send its id in the database instead of its name?
Apr
29
comment Changes in code from Mysql to Mongodb in search and find_by
Thanks it works for search but it gives this error in model undefined method `find_by_name' for Name:Class
Apr
29
asked Changes in code from Mysql to Mongodb in search and find_by
Apr
26
comment Changing Search Query from Mysql to MongoDB
find only show 1 data i think so we have to use where here . Because I have to search all related data started from given input alphabet.
Apr
26
asked Changing Search Query from Mysql to MongoDB
Apr
19
answered Invalid redirect_uri: Given URL is not allowed by the Application configuration in rails
Apr
15
awarded  Popular Question
Apr
5
answered query in mongoid search in multiple condition
Apr
5
accepted query in mongoid search in multiple condition
Apr
5
comment query in mongoid search in multiple condition
working example with above code will be more helpful. I tried but error
Apr
5
asked query in mongoid search in multiple condition
Apr
5
accepted coffescript is giving error in my project which before works fine