ma.gnolia

Sign In | Learn More

Skip to main content


has_many :through: Simpler than dirt: RESTful Dynamic CSS has_many :through: Simpler than dirt: RESTful Dynamic CSS

  • Rated 3 stars out of 5.
  • Copy Bookmark

Really simple example of how to do restful css in rails. Pretty cool actually.

10 people have commented on this bookmark

1 2

Name Title Rating When
14138_32 Cameron has_many :through - Simpler than dirt: RESTful Dynamic CSS
Not rated yet.
February 16, 2008
3189_32 William has_many :through: Simpler than dirt: RESTful Dynamic CSS
Rated 2 stars out of 5.
October 22, 2007

On creating dynamic css with respond_to

1_32 zabouti RESTful Dynamic CSS: Individualized CSS if you want with ...
Not rated yet.
October 21, 2007

Let's assume you have a restful User resource. You've got your "map.resources" in routes.rb, a typical User model, and a Users controller with standard views like index and show. Now you want to generate user-specific css based on...

13499_32 John has_many :through: Simpler than dirt: RESTful Dynamic CSS
Rated 3 stars out of 5.
October 19, 2007

Really simple example of how to do restful css in rails. Pretty cool actually.

1_32 entangledstate Simpler than dirt: RESTful Dynamic CSS
Not rated yet.
October 19, 2007

Way back when, I wrote about how to do Dirt Simple RCSS in Rails. Now that Rails 2.0 is upon us, it's time to get even simpler. With all the restful magic in Rails 2.0, you can get even simpler than dirt.