By the way, I searched on here, and just about the only advice I could find was to upload a .specification file to my vendor gem's directory, but Heroku doesn't allow me to create a file beginning with a dot, so I'm not sure how anyone did that before. I started having this issue last week, so by now I'm pretty sure it's not just some temporary fluke on the Heroku platform.
Thanks for any help... On Jul 13, 4:20 pm, "just discovered heroku!!" <[email protected]> wrote: > I tried uploading code and wasn't able to get all of it working since > httparty isn't installing on Heroku. Then I tried coding from scratch > in the online editor and it's still not letting me get httparty > installed. Whenever I try to use the Rake console in the online > editor, here is what happens... > > >> gems:refresh_specs > > (in /mnt/home/userapps/74802) > config.gem: Unpacked gem httparty-0.4.3 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this.>> rake > gems:refresh_specs > > (in /mnt/home/userapps/74802) > config.gem: Unpacked gem httparty-0.4.3 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this.>> db:migrate > > (in /mnt/home/userapps/74802) > config.gem: Unpacked gem httparty-0.4.3 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > == CreateQueries: migrating > ================================================== > -- create_table(:queries) > -> 0.0072s > == CreateQueries: migrated (0.0077s) > ========================================= > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
