Ruby on Rails Wednesday, September 24, 2014



On Wednesday, September 24, 2014 5:18:49 PM UTC+1, Morad wrote:

The program :

class HelloworldsController < ApplicationController
  def hi
    puts "Hello world"
  end
end


Any thoughts pleas ?


sublime text's build action just runs the current ruby file if my memory is correct. You need to run the rails server (bin/rails s) in order to use your app.

Fred 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6c682cf2-9089-4c56-93c3-2cdc7d378618%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment