-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: Rabbott
Using Two Layouts in a Single Rails Controller
Sometimes, whether it is best or not, you run into the issue of having a single controller needing to display two different layouts. I’ve only run into this a hand full of times but it was annoying each time because … Continue reading
Posted in Ruby on Rails
Leave a comment
Storing Uploaded Files on Server Filesystem with Rails
Storing files in large BLOB columns of your database has its place, but in situations in which that is not the case, one needs a well organized way to keep files on the server. Often times folks will create a … Continue reading
Posted in Ruby on Rails
Leave a comment
Removing Non-alphanumeric Characters Using REGEX
We use this fancy (not really) method at Loudpixel that allows us to create dynamic stylesheets (not using a framework, just creating application.css.erb) in order to apply certain styles (mainly colors and images) to specific areas of our layouts. In … Continue reading
Posted in Ruby on Rails
Leave a comment
Removing the Twitter “Who To Follow” widget
I don’t know why, but I really don’t like software attempts to tell me who I’m friends with, and/or who I should be friends with.. The new Twitter “Who To Follow” widget drives me nuts, for two reasons: The fact … Continue reading
Posted in Social Media
1 Comment
Sexy Data Visualizations
Maybe its the nerd in me, but I really enjoy a great data visualization. Every time I see one of those crazy sets of data, displayed in some crazy hover over, clickable charts, I get excited. In an attempt to … Continue reading
Posted in Uncategorized
Leave a comment
Trust The Experts
I was just hired to complete X, but every time I share ideas with the client they seem to think they know more than I do, what’s the deal? Over the last few years I have noticed an ugly trend … Continue reading
Posted in Uncategorized
Leave a comment
Metadata in Ruby on Rails
I have multiple pieces of data to store that all relate to one row in my database, but I don’t want to create a completely separate data model and/or table. Is it possible to store this data in a single … Continue reading
Posted in Ruby on Rails
2 Comments
How to become a Social Media Expert
I LOVE Social Media, How can I become an expert!? With the increasing number of people, brands, and apparently even animals using social media to spew out their thoughts, advertisements, ideas, opinions, pictures, etc. everyone sees a huge opportunity to … Continue reading
Posted in Social Media
2 Comments