#haml
2 posts tagged haml. Clear filter
-
link_to_function Rails Ajax Reference
Link\to\function syntax for Haml template. Notice the "|" pipe which will allow for new lines in your code.
-
Build Your Own Calendar in Rails without any Plugins in less than 10 lines of Ruby Code
There are a number of terrific calendar plugins for Rails. But it's almost as easy, if not easier, to implement your own calendar. The steps are pretty simple. First get the @beginning\of\month and...