Closed blisseth closed 10 years ago
Thanks for the heads up! The site is indeed down... will get someone on this right away.
Thanks again for heads up, the site is back up now.
Greetings!
I was able to complete all of the steps for the install-fest... should I do the clean-up step? I am still planning to attend tomorrow evening to make sure that everything looks good.
Also, on the final step of the installfest instructions (2.5) and after entering
git push heroku master
The following message resulted (and in red is the part I want to know about)... i.e. do I need to do anything based on the portion in red? I was able to proceed through the remainder of the steps to deploy the test application.
Thank you all for your volunteering to teach/help and see you Friday! Best, Blisseth
-----> Ruby app detected -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.0.0 -----> Installing dependencies using 1.6.3 Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment Fetching gem metadata from https://rubygems.org/.......... Installing rake 10.3.2 Installing i18n 0.6.11 Installing minitest 5.4.2 Installing thread_safe 0.3.4 Installing builder 3.2.2 Installing erubis 2.7.0 Installing rack 1.5.2 Installing mime-types 2.4.3 Installing arel 5.0.1.20140414130214 Installing coffee-script-source 1.8.0 Installing execjs 2.2.2 Installing thor 0.19.1 Installing json 1.8.1 Installing multi_json 1.10.1 Using bundler 1.6.3 Installing hike 1.2.3 Installing rails_serve_static_assets 0.0.2 Installing tilt 1.4.1 Installing rails_stdout_logging 0.0.3 Installing sass 3.2.19 Installing tzinfo 1.2.2 Installing rack-test 0.6.2 Installing mail 2.6.3 Installing coffee-script 2.3.0 Installing uglifier 2.5.3 Installing rdoc 4.1.2 Installing sprockets 2.11.3 Installing rails_12factor 0.0.3 Installing sdoc 0.4.1 Installing activesupport 4.1.6 Installing activemodel 4.1.6 Installing actionview 4.1.6 Installing jbuilder 2.2.4 Installing activerecord 4.1.6 Installing actionpack 4.1.6 Installing actionmailer 4.1.6 Installing railties 4.1.6 Installing sprockets-rails 2.2.0 Installing coffee-rails 4.0.1 Installing jquery-rails 3.1.2 Installing rails 4.1.6 Installing sass-rails 4.0.4 Installing turbolinks 2.5.1 Installing pg 0.17.1 Your bundle is complete! Gems in the groups development and test were not installed. It was installed into ./vendor/bundle Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install
= 1.9.2 : nothing to do! Yay! Bundle completed (18.52s) Cleaning up the bundler cache. -----> Preparing app for Rails asset pipeline Running: rake assets:precompile I, [2014-11-19T23:56:46.452583 #1043] INFO -- : Writing /tmp/build_1dc6c46bc1c2781929ee1bf27711e3a8/public/assets/application-3ddaaf574ba56048f9dbe0b91218575b.js I, [2014-11-19T23:56:46.503013 #1043] INFO -- : Writing /tmp/build_1dc6c46bc1c2781929ee1bf27711e3a8/public/assets/application-d7468146bb8418a58e8ed4962c1b2359.css Asset precompilation completed (5.44s) Cleaning assets Running: rake assets:clean
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.0.0'
# See https://devcenter.heroku.com/articles/ruby-versions for more
information.
2.0.0
No Procfile detected, using the default web server (webrick)
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types Procfile declares types -> (none) Default types for Ruby -> console, rake, web, worker
-----> Compressing... done, 25.9MB -----> Launching... done, v6 https://evening-garden-9495.herokuapp.com/ deployed to Heroku
To git@heroku.com:evening-garden-9495.git
SECOND question: The command "heroku open " where = "application_name.heroku.com"
results in the opening of the following URL in my browser:
"https://application_name.herokuapp.com/application_name.heroku.com"
which doesn't work b/c of the repeat string...not sure if I'm doing something wrong here or if the "heroku open" command is buggy?
Thank you! Blisseth
On Mon, Oct 27, 2014 at 4:47 PM, Jane S. Sebastian <notifications@github.com
wrote:
Thanks for the heads up! The site is indeed down... will get someone on this right away.
Reply to this email directly or view it on GitHub https://github.com/railsbridge/railsbridge_dot_org/issues/92#issuecomment-60689424 .
Hi @blisseth looks like your app is up at this url: https://evening-garden-9495.herokuapp.com/
The heroku command should just be 'heroku open' from the terminal in the root directory of your app. From that directory it will know which app you are referring to. Can you try that and see if it works?
But possibly there is an error in the instructions, I can look into it in more detail on Friday and really appreciate you bringing it to our attention. For now you can also just copy the url from the deployment output and open it in a browser too.
That is also stellar that you are already set up and paying attention to and able to resolve your install issues. :) Coming to the installfest would be great, I can also work with you on that Ruby version change, there are ways to change your environment as well which are really helpful to know.
Wait a bit on the cleanup since having the app will make it easier to double check all is alright and you can play with that as well.
I look forward to meeting you as well and am always glad to help. -Jane
Thanks so much Jane!!!
Sent from my iPhone
On Nov 19, 2014, at 6:18 PM, "Jane S. Sebastian" notifications@github.com wrote:
Hi @blisseth looks like your app is up at this url: https://evening-garden-9495.herokuapp.com/
The heroku command should just be 'heroku open' from the terminal in the root directory of your app. From that directory it will know which app you are referring to. Can you try that and see if it works?
But possibly there is an error in the instructions, I can look into it in more detail on Friday and really appreciate you bringing it to our attention. For now you can also just copy the url from the deployment output and open it in a browser too.
That is also stellar that you are already set up and paying attention to and able to resolve your install issues. :) Coming to the installfest would be great, I can also work with you on that Ruby version change, there are ways to change your environment as well which are really helpful to know.
Wait a bit on the cleanup since having the app will make it easier to double check all is alright and you can play with that as well.
I look forward to meeting you as well and am always glad to help. -Jane
— Reply to this email directly or view it on GitHub.
Hi Jane, Thanks so much for your help!
I am in a quandary... I would very much like to continue w/ the railsbridge workshop on Fri-Sat but I also would very much like to attend this one-time event on Saturday https://www.edsurge.com/summits/silicon-valley-tech-for-schools-summit-2014/educator#companies that blends two interests (tech+education).
When might the next Bay Area railsbridge happen? And I guess I can continue to do the Saturday portion of the event on my own or via a meetup pair-up/ruby worknight and hopefully get any help if stuck?
I know there are many onthe waitlist for Fri-Sat so if there will be another in January, I can remove my RSVP.
Best, Blisseth
On Wed, Nov 19, 2014 at 6:44 PM, Blisseth blissethsy@gmail.com wrote:
Thanks so much Jane!!!
Sent from my iPhone
On Nov 19, 2014, at 6:18 PM, "Jane S. Sebastian" notifications@github.com wrote:
Hi @blisseth https://github.com/blisseth looks like your app is up at this url: https://evening-garden-9495.herokuapp.com/
The heroku command should just be 'heroku open' from the terminal in the root directory of your app. From that directory it will know which app you are referring to. Can you try that and see if it works?
But possibly there is an error in the instructions, I can look into it in more detail on Friday and really appreciate you bringing it to our attention. For now you can also just copy the url from the deployment output and open it in a browser too.
That is also stellar that you are already set up and paying attention to and able to resolve your install issues. :) Coming to the installfest would be great, I can also work with you on that Ruby version change, there are ways to change your environment as well which are really helpful to know.
Wait a bit on the cleanup since having the app will make it easier to double check all is alright and you can play with that as well.
I look forward to meeting you as well and am always glad to help. -Jane
Reply to this email directly or view it on GitHub https://github.com/railsbridge/railsbridge_dot_org/issues/92#issuecomment-63751130 .
Hi @blisseth no worries there will be another in San Francisco on January 15/16. I think you could safely let your reservation go, someone on the waitlist will be really happy to get to go and I also know some people who specifically can attend if the people on the waitlist have already scheduled their weekends.
All the curriculum is online, though the teaching adds a lot to it, so definitely working through it on your own is a great plan and getting support from all the wonderful meetups out there is as well.
Work up to doing this one and you will be golden: https://www.railstutorial.org/book
I work in EdTech myself, it is a wonderful field. Have fun at the event, EdSurge events are really inspiring and have great people at them. :)
Thanks Jane! Who do I email to change my rsvp?
And which edTech company do you work for? I applied for a product analyst role at IXL and am looking for noncoding roles at tech companies (customer happiness? Community manager?) to start getting into the industry! Any other roles/search terms I should look for? Thanks! Blisseth
Sent from my iPhone
On Nov 21, 2014, at 8:34 AM, "Jane S. Sebastian" notifications@github.com wrote:
Hi @blisseth no worries there will be another in San Francisco on January 15/16. I think you could safely let your reservation go, someone on the waitlist will be really happy to get to go and I also know some people who specifically can attend if the people on the waitlist have already scheduled their weekends.
All the curriculum is online, though the teaching adds a lot to it, so definitely working through it on your own is a great plan and getting support from all the wonderful meetups out there is as well.
Work up to doing this one and you will be golden: https://www.railstutorial.org/book
I work in EdTech myself, it is a wonderful field. Have fun at the event, EdSurge events are really inspiring and have great people at them. :)
— Reply to this email directly or view it on GitHub.
Hi, just go ahead and change your rsvp on BridgeTroll and I will also let Sameer know what is up.
Sorry I really can't give any useful advice regarding roles at EdTech companies, else I would. I am sure the connections you make at the EdSurge event would likely have worthwhile intel though. :)
Can't access the link