[Rails] Web Search and filter

2013-03-25 Thread McRails
What is the best design way to do this? I'm creating a web form to receive input. The input data will be stored in the database and then a search is done over three web services for some corresponding data. Is it correct to create in one model all the fields from the initial input and the three

[Rails] Trouble shoot Rails 3.2 assets pipeline

2013-01-19 Thread McRails
I'm trying to figure out why my asset pipeline isn't working right. I ran the following from the console: y Rails.application.config.assets.precompile and got: - !ruby/object:Proc {} - !ruby/regexp /(?:\/|\\|\A)application\.(css|js)$/ - .svg - .eot - .woff - .ttf => nil This appeared nor