Giter Site home page Giter Site logo

cdc's Introduction

Why ?

Devise is cool, but not when you have to override all controllers (for breadcrumbs by example). This script do the job for you

Usage

Run this script on the ROOT of your Rails app. You will be prompted for modules you want and the scope

$ bash <(curl -s https://raw.github.com/foohey/cdc/master/cdc.sh)

Output

Specify devise scope ('users' by default) : 
Devise modules: sessions registrations passwords unlocks confirmations
Specify devise module(s) you want to override, separated by a space. (all by default) : 
Generating controller for sessions ...
Generating controller for registrations ...
Generating controller for passwords ...
Generating controller for unlocks ...
Generating controller for confirmations ...

Now you have empty controllers to start override Devise, yeah !

class Users::SessionsController < Devise::SessionsController
  # def new
  #   super
  # end

  # def create
  #   super
  # end
end

Customizing the controller template is easy. Just download and edit the script at:

function controller_template {
cat <<RubyCode
class ${1}::${2}Controller < Devise::${2}Controller
  # def new
  #   super
  # end

  # def create
  #   super
  # end
end
RubyCode
}

cdc's People

Contributors

m4tm4t avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.