- kbparagua#57 - Fix Turbolinks Issues.
- kbparagua#55 - Fix issues when Paloma hook is not found.
- Support for Turbolinks.
Paloma.executeHook()
to manually run the hook from the DOM.- Paloma hook will be appended using all
render
calls, except for calls that has the following keys[:json, :js, :xml, :file]
. - Restore
Paloma.engine.start()
to start processing queued request.
- kbparagua#26 - Paloma requests are not saved on
session
. - kbparagua#26 - Chaining with redirect is removed.
- Routing from javascript is removed.
- Routing from Rails controller is added.
- Ability to have a controller-wide setting.
- kbparagua#29 - Disable
console.log
andconsole.warn
for non-development environments.
- Bug Fix: Converting Rails controller name to singular form.
- Bug Fix: Can't handle Rails controller with Multi-word name.
- Bug Fix: Paloma Engine is halting when a warning is encountered.
- Don't create Paloma request if rendering js, json, xml, or file.
- Rewrite Initial Release