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,
I guess the first question is - is Rails 2 no longer supported? If not, I'd recommend noting in the readme
my environment is
apn_on_rails 0.5.1 gem via bundler 1.1.3 Rails 2.3.14 Ruby 1.9.2-p290
I have require "apn_on_rails" in an initializer I have require "apn_on_rails_tasks" in the Rakefile
require "apn_on_rails"
require "apn_on_rails_tasks"
~/my_app: bundle exec ./script/generate apn_on_rails:install Couldn't find 'apn_on_rails:install' generator
The gem appears to be loaded in some form
~/my_app: bundle exec ./script/console Loading development environment (Rails 2.3.14) >> APN.class => Module
The text was updated successfully, but these errors were encountered:
The document is wrong, may be it for Rails3 (which i test but not work yet too).
Please try
ruby script/generate apn_migrations
Sorry, something went wrong.
No branches or pull requests
Hi,
I guess the first question is - is Rails 2 no longer supported? If not, I'd recommend noting in the readme
my environment is
apn_on_rails 0.5.1 gem via bundler 1.1.3
Rails 2.3.14
Ruby 1.9.2-p290
I have
require "apn_on_rails"
in an initializerI have
require "apn_on_rails_tasks"
in the RakefileThe gem appears to be loaded in some form
The text was updated successfully, but these errors were encountered: