Skip to content
New issue

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

Updated instructions for rails 3 generators #37

Merged
merged 7 commits into from Jan 30, 2012
Merged

Updated instructions for rails 3 generators #37

merged 7 commits into from Jan 30, 2012

Conversation

durrantm
Copy link

Update to reflect change from rails 2 syntax to Rails 3 syntax
i.e.
$ ruby script/generate apn_migrations
to
$ ruby script/rails generate apn_migrations

@kookster
Copy link
Member

ugh - yes - didn't update the readme.

I think it should be:

rails generate apn_on_rails:install

thoughts?

@durrantm
Copy link
Author

Thanks!!!

ruby script/rails generate apn_on_rails:install
create db/migrate/20120128012033_create_apn_devices.rb
create db/migrate/20120128012034_create_apn_notifications.rb
create db/migrate/20120128012035_alter_apn_devices.rb
create db/migrate/20120128012036_create_apn_apps.rb
create db/migrate/20120128012037_create_groups.rb
create db/migrate/20120128012038_alter_apn_groups.rb
create db/migrate/20120128012039_create_device_groups.rb
create db/migrate/20120128012040_create_apn_group_notifications.rb
create db/migrate/20120128012041_create_pull_notifications.rb
create db/migrate/20120128012042_alter_apn_notifications.rb
create db/migrate/20120128012043_make_device_token_index_nonunique.rb
create
db/migrate/20120128012044_add_launch_notification_to_apn_pull_notifications.rb
:)

Does the configatron piece
e.g.

development (delivery):

configatron.apn.passphrase # => ''
...
get put in my config/development.rb (test.rb, etc) files ?
Thx.

On Fri, Jan 27, 2012 at 7:57 PM, Andrew Kuklewicz <
reply@reply.github.com

wrote:

ugh - yes - didn't update the readme.

I think it should be:

rails generate apn_on_rails:install

thoughts?


Reply to this email directly or view it on GitHub:
#37 (comment)

Cheers, Michael.

kookster added a commit that referenced this pull request Jan 30, 2012
Updated instructions for rails 3 generators
@kookster kookster merged commit fcede3c into PRX:master Jan 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants