Code Monkey home page Code Monkey logo

activeadmin-index_as_calendar's People

Contributors

accessd avatar cprodhomme avatar gbisheimer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

activeadmin-index_as_calendar's Issues

Set :ajax => false don't work

Code:

ActiveAdmin.register CalendarCharter do
  permit_params :name, :email, :skipper, :phone, :boat_name, :start_time, :end_time, :message

  index_as_calendar ({:ajax => false}) do |item|
    {
        name: item.name,
        boat_name: item.boat_name,
    }
  end

    index do

      column :name
      column :email
      column :skipper
      column :phone
      column :boat_name
      column :start_time
      column :end_time
      column :message
      actions

    end
end

But the HTML whatever set data-remote="true" :
<a data-remote="true" href="/admin/calendar_charters?order=id_desc&amp;start_date=2018-10-01">Next</a>

Empty Calendar - when no data

Hi,

Thank you for the plugin. One thing I noticed when there are no data to show, I expect it to render an empty calendar. But it instead renders "No data found" message, the std. Active Admin message. Can you let me know what can be done to render an empty calendar?

Thanks,
Leena

Installation trouble

Hi,

Thanks for this great plugin, it improved the admin experience of my app a lot !

I just struggled a bit with the install. Indeed the readme currently says to add @import "index_as_calendar/application" in the AA stylesheet... But I got a "unable to import index_as_calendar/application" message when re-launching the app. Until I found that your latest commit now import : +@import "fullcalendar" & @import "index_as_calendar/jquery.qtip.min";. Then I modified the imports with these and it worked.

Did I miss something ? Or the readme should be updated ?

thanks !

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.