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: v0.8.4
Choose a base ref
...
head repository: thoughtbot/clearance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.5
Choose a head ref
  • 20 commits
  • 39 files changed
  • 3 contributors

Commits on Jan 5, 2010

  1. updating features/support/paths.rb in features generator to use a cou…

    …ple of niceties from the new cucumber
    Dan Croak committed Jan 5, 2010
    Configuration menu
    Copy the full SHA
    34befa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2010

  1. upgrade the test rails app to use cucumber 0.6

    Signed-off-by: Nick Quaranto <[email protected]>
    pietern authored and qrush committed Jan 9, 2010
    Configuration menu
    Copy the full SHA
    c73d1df View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2010

  1. Add in a missed assertion.

    r00k authored and Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    5bfc65f View commit details
    Browse the repository at this point in the history
  2. remove old routing hack. replace with Clearance::Routes.draw(map) to …

    …give more control to the application developer.
    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    8f355a3 View commit details
    Browse the repository at this point in the history
  3. removing attr_accessible from Clearance::User.

    this does not belong in an authentication library.
    the application developer should decide whether they want to use
    attr_accessible
    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    61cb8e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fc45d5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'routes'

    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    408277c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'attr_accessible'

    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    712a218 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ad0b39 View commit details
    Browse the repository at this point in the history
  8. updating CHANGELOG, README

    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    e165e72 View commit details
    Browse the repository at this point in the history
  9. remove dependency on root_path, use '/' instead.

    Dan Croak committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    f4df580 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2010

  1. Configuration menu
    Copy the full SHA
    e516323 View commit details
    Browse the repository at this point in the history
  2. added reminder to display the flash

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    46c0e5d View commit details
    Browse the repository at this point in the history
  3. use Clearance.configure block to set mailer sender instead of DO_NOT_…

    …REPLY constant
    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    c858032 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'configuration'

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    286da7f View commit details
    Browse the repository at this point in the history
  5. use convenience paths (sign_up_path, sign_in_path, and sign_out_path)…

    … instead of implementation-specific sessions and users. nicer interface in the browser bar for users, a little encapsulation for developers.
    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    8a3c128 View commit details
    Browse the repository at this point in the history
  6. added usage section to README

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    b0a054d View commit details
    Browse the repository at this point in the history
  7. updating CHANGELOG

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    a343af9 View commit details
    Browse the repository at this point in the history
  8. Version bump to 0.8.5

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    cace223 View commit details
    Browse the repository at this point in the history
  9. Regenerated gemspec for version 0.8.5

    Dan Croak committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    9aadc84 View commit details
    Browse the repository at this point in the history
Loading