View
1.620
Download
5
Embed Size (px)
DESCRIPTION
An overview of the technologies that I use on a daily basis creating dynamic websites.
2. Situation ORS is a service agency -- mostly we serve other stateagenciesvery limited in our web development staff resourcesfortunate enough to have management that allows ussome freedom in selecting our tools 3. The Solution Ruby on Rails - web framework mySQL - database server Nginx - web server Thin - application server Git - source control Capistrano - automated deployment 4. Free and Open Source also known as F/OSS 5. Rails 6. Rapid prototyping 7. MVC architecture 8. Easy code reuse 9. Contains an ORMActiveRecord