Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thoughtbot/clearance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: thoughtbot/clearance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 5 commits
  • 19 files changed
  • 4 contributors

Commits on Jul 21, 2014

  1. Conform generated code to current style guide.

    The thoughtbot style guide has changed since the code generated by `rails g
    clearance:install` and `rails g clearance:specs` was written, and therefore
    using the generators on a new project generates a lot of warnings from Hound
    [1].
    
    This commit fixes style guide violations in the generated code:
    
    * Prefer double quotes to single quotes.
    * Use `expect` instead of `should` in generated specs.
    * Add missing newlines at the end of template files.
    
    [1]: https://houndci.com/
    georgebrock committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    deb0805 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2014

  1. Configuration menu
    Copy the full SHA
    99e380d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Remove unused variable from feature spec template

    * Rename method to `sign_in`
    * Put helper methods in alpha order
    jessieay committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    42ff2ab View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. Fix bcrypt hash error if encrypted_password is nil

    Ian Zabel committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    8023844 View commit details
    Browse the repository at this point in the history
  2. v1.4.1

    derekprior committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    e4208f7 View commit details
    Browse the repository at this point in the history
Loading