Re: [Rails] IRB help

2013-06-21 Thread Victor Goff
IRB is not the command line. Use the command line to mkdir. On Fri, Jun 21, 2013 at 10:56 PM, Oliver David wrote: > I used the cmd prompt Windows and type IRB to start and get that error. > > On Friday, June 21, 2013 10:49:39 AM UTC-4, Colin Law wrote: > >> On 21 June 2013 14:12, Oliver David

Re: [Rails] Is it possible to store the log file by day?

2012-10-21 Thread Victor Goff
On Sun, Oct 21, 2012 at 7:32 AM, Colin Law wrote: > On 21 October 2012 12:09, Victor Goff wrote: > > On Sat, Oct 20, 2012 at 8:28 AM, leo108 wrote: > >> > >> I hope to store the log file by day , because the log file will be so > >> large with the ti

Re: [Rails] Is it possible to store the log file by day?

2012-10-21 Thread Victor Goff
On Sat, Oct 20, 2012 at 8:28 AM, leo108 wrote: > I hope to store the log file by day , because the log file will be so > large with the time goes by.Is it possible to do this ? > > > I am curious which log library you are using. >From the standard library it is clear you can do this easily, if y

Re: [Rails] RVM settings lost after every logout

2012-09-28 Thread Victor Goff
For sure check the answer again where they said to source that line in your bashrc or bash_profile dot file. Read the RVM installation notes carefully. You will get there. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this

Re: [Rails] problem with git clone.. Permission denied (publickey) :( HELP!

2012-09-25 Thread Victor Goff
The problem is likely nothing to do with your git install. It directs more toward your SSH keys. If you are using Google, type the following line into the search box. site:heroku.com ssh It should give you better Google results. Namely, likely the Heroku "Managing Your SSH Keys | Heroku Dev Ce

Re: [Rails] Re: Why is this simple require failing?

2012-09-23 Thread Victor Goff
On Sun, Sep 23, 2012 at 7:46 PM, S Ahmed wrote: > I see what your saying. > > I guess what I am asking then is, when developing your own gem, say I am > developing my gem on my Mac in: > > /Users/me/projects/ruby/gem/some_gem_name/ > > So this means I have to somehow modify my load_path so that I

Re: [Rails] Re: Why is this simple require failing?

2012-09-23 Thread Victor Goff
> > That's because most of the time when you require something, it is a gem, > and gems are installed in specific directories that ruby searches when > you require something. You can see a list of the directories ruby > searches when you require something by doing this: > > p $LOAD_PATH 7Stud wa

Re: [Rails] Re: New to Ruby

2012-09-15 Thread Victor Goff
http://RubyLearning.com is there for you too. There is a Core Ruby batch starting in about a week as well. Not 'Rails-centric' but Ruby-centric. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyon

Re: [Rails] Re: I have no idea how to write clear, confident front-end code for my rails app.

2012-07-18 Thread Victor Goff
I couldn't help but notice your message on the list. You don't have to have a mentor necessarily in your area. I have been teaching and mentoring Ruby since 2008, and doing it all from remote. Now that Google Plus has hangouts that let you share a terminal easily, and voice and video and full de

Re: [Rails] newbie question: where to find documentation?

2012-06-14 Thread Victor Goff
http://bfts.rubyforge.org/minitest/ You are right to look in http://ruby-doc.org but minitest is actually a Standard Library rather than Core. http://ruby-doc.org/stdlib-1.9.3/ and then minitest... should get you the information you are looking for. On Wed, Jun 13, 2012 at 4:56 PM, m wrote: >

Re: [Rails] Opening a file having white spaces on is name with the default program

2012-06-12 Thread Victor Goff
For a Microsoft DOS file name it is wrong. It should be "d:\Copy of t.txt". Your problem could simply be the escaping of the backslash. As you have shown it in rails, you would be escaping the C character. On Tue, Jun 12, 2012 at 9:49 AM, Paulo Carvalho wrote: > Hello, > > In my rails applica

Re: [Rails] Bluehost - Rails 3

2012-04-27 Thread Victor Goff
> Hi Folks, > I developed an application using Rails 3.1.3. I would like to deploy it on > bluehost(I have one account there) > I tried hard to do it, but I could'nt deploy it. Does anyone know how to > deploy in this provider??? > > Thx, > Bruno Meira > > Request an SSH account there, and install

Re: [Rails] What do I need to write a small game in ruby?

2012-03-09 Thread Victor Goff
http://shoesrb.com/ You could of course use Shoes, Red Shoes, or Green Shoes. Have you seen the Pong game done in Shoes? http://vgoff.posterous.com/pong-in-purple-shoes shows the ending screen and the flash demo if you click on the pong link there. -- You received this message because you are