Maxmillian Studener
Maxmillian Studener
With autocomplete i dont want the user entering duplicates but current they can search for a duplicate and hit the add button and it goes through with no errors
Right now it only support converting true/false and date and times, is there anyways you can support more type for example the standard ones in soap: http://www.pocketsoap.com/4s4c/docs/datatypes.html ``` ruby def...
**Describe the bug** No possible way to apply focus to input. I suggest either maintaining a ref that gets passed to the TextInput or allowing users to pass their own...
Calendar month view to see all events in month in grid and also be able to flip through months would be nice.
https://github.com/refinery/refinerycms-calendar/blob/master/app/controllers/refinery/calendar/events_controller.rb#L5 sqlite cant prepare sql statement, should wrap column in quotes SQLite3::SQLException: near "from": syntax error: SELECT "refinery_calendar_events".\* FROM "refinery_calendar_events" WHERE (refinery_calendar_events.from >= '2013-02-08 20:11:44.379436') ORDER BY refinery_calendar_events.from DESC
if your not logged with devise and you hit a controller action that has the before filter authenticate_user! devise returns a 401 but in the log file it says status...