Ruby Rails
Or, you can test your Rack application (or Sinatra, or Rails, or Merb) using arbitrary HTTP client libraries, to check interoperability...
...your FileMaker data to Ruby with elegance and speed. Now your Ruby scripts and Rails applications can talk directly to your FileMaker server with a syntax that just feels right...
...The idea is to make building desktop apps as simple (and fun) as building Rails websites...
...end development; execute browser-less, console-based, javascript + DOM code right from within your Rails test suite...
Best results in other decks
...Basics and Previews Chapter "Task H1: Sending Confirmation Emails" from Agile Web Development with Rails (in our library) Ensure that the receiving e-mail is valid Using the Truemail gem...
Ensure that development and staging are not sending out e-mails by accident Rails: How to write custom email interceptors Check if you have a local mail server listening...
Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the database (ActiveRecord) What is a model? How are records retrieved...
...has_many, has_many :through Gain an understanding of the structure of a basic Rails app Routes Controllers Generate a controller using Rails scaffolding Write your own controller Views