Tag: rails
All the articles with the tag "rails".
-
AngularJS on Rails 4 - Part 1
<div style=
-
Simple Fix for Pagination With Twitter Bootstrap
As a Rails guy, I always perform my table pagination using mislav’s will paginate gem. However, when I use it combined with Twitter Bootstrap, …
-
Asset Pipeline for Dummies
The Rails asset pipeline is very powerful, but often misunderstood. At the Utah Ruby User Group, most of the attendees aren’t sure how to use …
-
Using Multiple SMTP Accounts With Rails & ActionMailer
Recently I ran into a problem where I needed to be able to send emails via two different SMTP accounts within the same Rails application. I scoured …