Tagged Questions

7
votes
3answers
603 views

Running multiple sites from the same rails codebase?

I have a client that wants to take their Rails app that has been successful in one niche and apply it to another similar niche. This new instance of the app is going to start out very similar: all the ...
3
votes
1answer
161 views

Best practice to start with the development of a web app

We (a group of 4 students) are planning to create a web-app on Ruby on Rails. I have done some web app projects in the past and one thing I have learned is the initial time devoted to design the app, ...
0
votes
1answer
37 views

Can We integrate ruby on rails and php application?

Can we integrate different applications developed in ruby on rails and php? and if there is any available example/tutorial of it.. it would be better :)
0
votes
0answers
69 views

Design question about composing a JSON from different models with RubyOnRails and Resque

I'm implementing a web service and I would like it to communicate with the main RoR app through HTTP. This web service needs quite some data to operate, but I would like to keep the Resque Job I use ...