We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Did you make adjustment to use this gem in a spree 0.70.1 env.?
I ask that because I'm getting these error booting the Web Server:
[DEPRECATION] insert_after hook method is deprecated, replace hook call with: Deface::Override.new(:virtual_path => "admin/configurations/index", :name => "converted_admin_configurations_menu_970875696", :insert_after => "[data-hook='admin_configurations_menu'], #admin_configurations_menu[data-hook]", :text => "<%= configurations_menu_item(t("additional_calculator_rates"), admin_additional_calculator_rates_path, t("additional_calculator_rates_description")) %>", :disabled => false)
insert_after
[WARNING] Deface railtie has not initialized yet, override 'converted_admin_configurations_menu_970875696' is being declared too early.
And....
wrong number of arguments (3 for 2)
Extracted source (around line #8):
5: <%= render :partial => 'admin/shared/head' %> 6: 7: <% if @current_controller == 'additional_calculator_rates' %> 8: <%= javascript_include_tag 'additional_calculators', :cache => true %> when selecting the additional calculatores from the config page.
Is it necesary to merge your code into the new app to use the Rails 3.1 convention?
Thanks a lot
The text was updated successfully, but these errors were encountered:
The calculator is not updated for use in spree 0.7 or higher, do not have time for that right now.
Sorry, something went wrong.
No branches or pull requests
Hi,
Did you make adjustment to use this gem in a spree 0.70.1 env.?
I ask that because I'm getting these error booting the Web Server:
[DEPRECATION]
insert_after
hook method is deprecated, replace hook call with:Deface::Override.new(:virtual_path => "admin/configurations/index",
:name => "converted_admin_configurations_menu_970875696",
:insert_after => "[data-hook='admin_configurations_menu'], #admin_configurations_menu[data-hook]",
:text => "<%= configurations_menu_item(t("additional_calculator_rates"), admin_additional_calculator_rates_path, t("additional_calculator_rates_description")) %>",
:disabled => false)
[WARNING] Deface railtie has not initialized yet, override 'converted_admin_configurations_menu_970875696' is being declared too early.
And....
wrong number of arguments (3 for 2)
Extracted source (around line #8):
5: <%= render :partial => 'admin/shared/head' %>
6:
7: <% if @current_controller == 'additional_calculator_rates' %>
8: <%= javascript_include_tag 'additional_calculators', :cache => true %>
when selecting the additional calculatores from the config page.
Is it necesary to merge your code into the new app to use the Rails 3.1 convention?
Thanks a lot
The text was updated successfully, but these errors were encountered: