I'm pretty new in Rails and I want to know whether twitter-bootstrap is available for rails 2.3.5 with ruby version 1.8.7. How can I use it if twitter-bootstrap is available in lower versions of rails.
I'm pretty new in Rails and I want to know whether twitter-bootstrap is available for rails 2.3.5 with ruby version 1.8.7. How can I use it if twitter-bootstrap is available in lower versions of rails.
You cannot use any of the gems, which were created for later version of rails, to nicely integrate twitter-bootstrap into the asset pipeline.
In rails 2.3.5 you have no asset-pipeline, so it is in a sense much easier:
public/stylesheets
public/javascript
application.html.haml/erb
Done :)