Questions tagged [activeview]
32 questions
0
votes
2 answers
Ruby on Rails 3 how to display information from the database
I have a database and I want to select data from it by pressing a button.
Run $ rails c
1.9.2p290 :001 >Book.find_by_price("50")
# => #
In the console, he finds the right…

Sivard
- 35
- 1
- 7
-1
votes
1 answer
Rails Server Not Returning Response
I am doing Rails 2.3 to 3.2 upgrade. During this, I have changed lots of things.
Now I don't see any HTML in response while opening homepage of the web app. I have verified using after_filter that my controllers do return HTML but Rails does not…

mohit
- 1,087
- 1
- 9
- 18