background preloader

Diving into Ruby on Rails

Facebook Twitter

Less Framework 4. I called Less Framework "a CSS grid system for designing adaptive websites".

Less Framework 4

It was basically a fixed-width grid that adapted to a couple of then popular screen widths by shedding some of its columns. It also had matching typographic presets to go with it, built with a modular scale based on the golden ratio. The resources it was originally published with are still available on GitHub. Contrary to how most CSS frameworks work, Less Framework simply provided a set of code comments and visual templates, instead of having predefined classes to control the layout with. HTML ASCII Characters. Rails Forum - Ruby on Rails Help and Discussion Forum. HTML5 Boilerplate - A rock-solid default for HTML5 awesome. The administration framework for Ruby on Rails.

Sinatra. Rails Form helpers. This guide is not intended to be a complete documentation of available form helpers and their arguments.

Rails Form helpers

Please visit the Rails API documentation for a complete reference. 1 Dealing with Basic Forms The most basic form helper is form_tag. When called without arguments like this, it creates a <form> tag which, when submitted, will POST to the current page. For instance, assuming the current page is /home/index, the generated HTML will look like this (some line breaks added for readability):

Hosting