Sha256: ffbdae398bd9b2aea5544f34d99856cc0c0438ce525eab3a335b8600b3b9c9d6

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

Usage:

    script/generate event_calendar [EVENT_MODEL VIEW_NAME]

  This will create:
      
    # static files
      public/stylesheets/event_calendar.css
      public/javascripts/event_calendar.js
      
    # Unless --static-only option is given
    # MVC and supporting files (depending on model and view name)
      app/models/event.rb
      app/controllers/calendar_controller.rb
      app/views/calendar
      app/views/calendar/index.html.erb
      app/helpers/calendar_helper.rb
      db/migrate
      db/migrate/XXXX_create_events.rb
      route map.calendar

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
event-calendar-2.3.3 generators/event_calendar/USAGE
event-calendar-2.3.2 generators/event_calendar/USAGE
event-calendar-2.3.1 generators/event_calendar/USAGE
elevation_event_calendar-1.0.0 ./generators/event_calendar/USAGE