Tag Archives: rails

Interact with REST Services from the Command Line

REST is becoming more popular as a means of implementing Service Oriented Architectures (SOA) as well as merely providing simple remote APIs for interacting with systems. The main reason for this is that it provides a very simple means of … Continue reading

Posted in Ruby, Web | Tagged , | 3 Comments

Rails on Rails

If Ruby on Rails is all about optimizing the development of web applications, then what would happen if you optimized Rails? Well, it would get streamlined. Streamlined is a generator for Rails that can be used to easily create sites … Continue reading

Posted in Ruby, Web | Tagged , , | Leave a comment