I've found the Rails method of "remote => 'true'" to be extremely useful. In most of my website designs, a user action (such as clicking a button), will generate a modal and prompt the user for further action. In both HTML frameworks I've used (bootstrap and foundation), the modals are triggered by javascript. This fits … Continue reading Newbie Post: Rendering javascript views in Rails
Connecting Ruby on Rails to multiple databases
It's not dicussed very often, but it is possible to connect a Ruby on Rails app to multiple backend databases. This, paired with the importation of a pre-existing data as outlined in a previous blog post, is useful in scenarios where your application is required to read data from a shared databases populated by another … Continue reading Connecting Ruby on Rails to multiple databases
You must be logged in to post a comment.