Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Update nifty_layout to be compatible with Rails 3.1 directory estructure and SCSS #109

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2011

  1. Add a template with the new syntax

    Pablo Olmos de Aguilera committed Jun 12, 2011
    Copy the full SHA
    70d08a9 View commit details
    Browse the repository at this point in the history
  2. Change the stylesheet directory to be compatible with the new Rails 3…

    ….1 structure
    Pablo Olmos de Aguilera committed Jun 12, 2011
    Copy the full SHA
    7778493 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2011

  1. Modify cucumber features to reflect the new estructure

    Pablo Olmos de Aguilera committed Jun 18, 2011
    Copy the full SHA
    1efc2c0 View commit details
    Browse the repository at this point in the history
  2. Add scss syntax option and modify directory estructure

    Pablo Olmos de Aguilera committed Jun 18, 2011
    Copy the full SHA
    498f01c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2011

  1. Clean up to nifty_layout cucumber feature

    Pablo Olmos de Aguilera committed Jun 19, 2011
    Copy the full SHA
    3b6a027 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2011

  1. Just keep it readable

    igorbozato committed Jun 24, 2011
    Copy the full SHA
    c54c47e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2011

  1. Merge pull request #1 from igorbozato/patch-1

    More readable scss template
    Pablo Olmos de Aguilera Corradini committed Jun 25, 2011
    Copy the full SHA
    590eda6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2011

  1. copies assets to Rails 3.1 specific directory (if on Rails 3.1), does…

    … not overwrite application.css on Rails 3.1
    mlitwiniuk committed Jul 20, 2011
    Copy the full SHA
    3809969 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2011

  1. Add the corresponding feature to the change in the directory structure

    I tried to keep both versions (3.0.x and 3.1.x) on different gemsets
    using rvm, but for some reason I couldn't. They kept going back to the main
    gemset and being installed there. So, if Rails >=3.1.0 isn't installed
    the nifty_layout_3.1 feature is going to fail.
    Pablo Olmos de Aguilera Corradini committed Sep 3, 2011
    Copy the full SHA
    8ee7978 View commit details
    Browse the repository at this point in the history