Releases: gemgento/rails_script
Releases · gemgento/rails_script
v0.0.6
Added a class generator for generating RailsScript class with no restful routes and that doesn't extend Base.
v0.0.5
Ensure the Controller has a new/edit actions before calling them from the create/update actions.
v0.0.4
Remove the auto generation of all controllers during installation.
v0.0.3
Simplify installation by including the include_rails_script
helper to create the JavaScript loader.
v0.0.2
Fixed a namespace bug and code snippet escaping.