jQuery plugin that makes it easy to dynamically add and remove records when using ActiveRecord's nested attributes.
Interesting interview with DHH, where he talks about how they made the new Basecamp feel very fast without using a...
Sometimes you inherit a non Rails or non Rack based web app such as PHP, Perl, Java / JEE, etc. I like using cucumber for functional testing so I put together...
delocalize provides localized date/time and number parsing functionality for Rails...
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
...or an explanation for anything here, tailored to what you already know. Just ask. 📄 Rails Guide: Action Mailer Basics — mailers, views, delivery methods, previews and interceptors 📄 Action Mailer previews — our...
📘 Chapter "Task H1: Sending Confirmation Emails" from Agile Web Development with Rails 8 (in our library — check which edition we have) 📄 Valid recipients: Using the Truemail gem to validate...
Rails is our web framework. In this lesson you build your first two Rails applications: a small store by following the official guide, and the beginning of MovieDB, the app...
Work on this lesson in teacher mode. Learning goals You can explain the Rails request cycle — routing, controller, model, view, response — and follow a request through the files of...