Closed gtg111a closed 12 years ago
Is this issue in the master branch?
On Sat, Aug 11, 2012 at 11:40 PM, gtg111a notifications@github.com wrote:
When testing code in development, I had some issues getting the Javascript to execute. For example:
1.
On the New Post View where you can add Video/Photo/News, if you're on 'Video', and you click on 'Photo', it just routes to the "#" link specified in the tag. Not sure why the JS isn't being executed to update the form. When I pushed all the code to Staging and tested on the Staging site, it worked fine. 2.
I couldn't sign up a new user in development. The record saved to the dev DB, but I never got a confirmation email. This worked in staging as well. 3.
If you click on "Add Smack" from the Home page in dev, nothing pops up and the page refreshes. Again, works in Staging.
Let me know if you can fix the dev environment to handle these requests.
— Reply to this email directly or view it on GitHubhttps://github.com/gtg111a/campusmack/issues/127.
Yes, this is in the master branch. Also, commenting out the pg gem has become quite a headache w/ the gemfile.lock. Will it be difficult for me to switch from SQLite to pg?
Sent from my iPhone
On Aug 13, 2012, at 5:05 AM, Arpad Lukacs notifications@github.com wrote:
Is this issue in the master branch?
On Sat, Aug 11, 2012 at 11:40 PM, gtg111a notifications@github.com wrote:
When testing code in development, I had some issues getting the Javascript to execute. For example:
On the New Post View where you can add Video/Photo/News, if you're on 'Video', and you click on 'Photo', it just routes to the "#" link specified in the tag. Not sure why the JS isn't being executed to update the form. When I pushed all the code to Staging and tested on the Staging site, it worked fine.
I couldn't sign up a new user in development. The record saved to the dev DB, but I never got a confirmation email. This worked in staging as well.
If you click on "Add Smack" from the Home page in dev, nothing pops up and the page refreshes. Again, works in Staging.
Let me know if you can fix the dev environment to handle these requests.
— Reply to this email directly or view it on GitHubhttps://github.com/gtg111a/campusmack/issues/127.
— Reply to this email directly or view it on GitHub.
On Mon, Aug 13, 2012 at 12:02 PM, gtg111a notifications@github.com wrote:
Yes, this is in the master branch. Also, commenting out the pg gem has become quite a headache w/ the gemfile.lock. Will it be difficult for me to switch from SQLite to pg?
Why? You comment out, then run bundle install and done. To use pg you just need to install postgres on your machine.
Have you merged the new rails 3 into master already? I saw only when you merged master into staging. you should have done the opposite first
Yes, I merged the new rails into master already. I made a lot of changes over the weekend and deployed new code to prod. I tried leaving pg commented out, but then I can't deploy the App to Heroku. I have to un-comment and update the Gemfile.lock each time before deploying to Heroku. If I forget, it crashes the deployment.
-Mike
On Mon, Aug 13, 2012 at 6:21 AM, Arpad Lukacs notifications@github.comwrote:
Have you merged the new rails 3 into master already? I saw only when you merged master into staging. you should have done the opposite first
— Reply to this email directly or view it on GitHubhttps://github.com/gtg111a/campusmack/issues/127#issuecomment-7688117.
When testing code in development, I had some issues getting the Javascript to execute. For example:
Let me know if you can fix the dev environment to handle these requests.