New web app
| September 7th, 2012Starting up a project for a client, and its time to break out the Ruby on Rails again. Its been a while since Ive bothered with it, and naturally its moved along to the point where I dont recognize half of it.
So far:
- Rails v3.1
- devise for user authentication
For hosting, still debating. Trying out Engine Yard at the moment. Unclear what the best hosting route is at the moment: bare metal? Specialized host? Not sure. Id love something that I can just get capistrano to push to, but thats a programmers preference and not based on business need (rather, cost).
Up on deck: flesh out user auth on the code side. Mock up some user stories on the design side.