Re: [Rails] Need opinions on a Rails app as a framework

2015-01-16 Thread Timothy Mukaibo
Look into Bundler, especially the 'bundle install --deployment' option. I package my app into a binary artifact (using .deb, as we run on Ubuntu), and then no internet access is required to bundle install and start the app server. The caveat is, I don't know what differences there are (if any) wit

[Rails] Need opinions on a Rails app as a framework

2015-01-15 Thread Chason Choate
I have an interesting use case for Rails and I would greatly appreciate this community's opinion on the matter. I'm curious if it's possible to build a Rails app that can accomplish the following: Environment stipulations - * Must run