Re: [Rails] What Gives? If Rails is so good why is it so hard to install it?

2013-12-26 Thread Jordon Bedwell
On Wed, Dec 25, 2013 at 4:43 PM, Dan Boyle dan.boyle...@gmail.com wrote: I have spent hours trying to get some version of Rails installed and all to no avail. It seems there are many people who get the same errors but nobody seems to have any answers. I am new to both Rails and Ubuntu. This

Re: [Rails] rails 3.2.1

2013-12-26 Thread Walter Lee Davis
You don't mention what you don't like about 4 -- there are flags you can set at app generation time to turn off features, substitute Prototype for jQuery, whatever floats your boat. I have a lot of issues with the asset pipeline, but 3.2 shares them as well, so it's hard to say what your

[Rails] Re: What Gives? If Rails is so good why is it so hard to install it?

2013-12-26 Thread mike
On Wednesday, December 25, 2013 5:43:20 PM UTC-5, Dan Boyle wrote: I have spent hours trying to get some version of Rails installed and all to no avail. It seems there are many people who get the same errors but nobody seems to have any answers. I am new to both Rails and Ubuntu. This

[Rails] Rails 4 routing issue

2013-12-26 Thread Maciej Nowak
I am migrating our application from 3.x to 4.0.2 and I have following problem : https://gist.github.com/Keqi/46f8f281ddeef7107c14 Rails 4 generates totally different routes in this case and it brakes some of our functionalities. Maybe I am not familiar with new way of creating routes but in

[Rails] Rails Engines problem: routing_error.erb within rescues/layout

2013-12-26 Thread jsnark
I'm working through the Rails Engines tutorial at http://edgeguides.rubyonrails.org/engines.html. I'm using ruby 1.9.3 and rails 3.1.12 on Linux. I'm stuck on section 4.1. When I try to access localhost:3000/blog I get: Started GET /blog for 127.0.0.1 at 2013-12-26 15:25:12 -0500

[Rails] Re: rails 3.2.1

2013-12-26 Thread pavey nganpi
When generating my first status, that is when I do the localhost/statuses I have the following error: ExecJS::RuntimeError in Statuses#index Showing C:/Users/NEBELYN/ruby1/gopbook/app/views/layouts/application.html.erb where line #6 raised: (in

[Rails] GENERATTING FIRST RAILS APP ON RAILS 3.2.16

2013-12-26 Thread pavey nganpi
When generating my first status, that is when I do the localhost/statuses I have the following error: ExecJS::RuntimeError in Statuses#index Showing C:/Users/NEBELYN/ruby1/gopbook/app/views/layouts/application.html.erb where line #6 raised: (in

[Rails] Re: Rails Engines problem: routing_error.erb within rescues/layout

2013-12-26 Thread jsnark
I forgot to add- Google did not help me. -- 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+unsubscr...@googlegroups.com. To post to this

[Rails] Absolute Fresher! Help!! Need a Tutor!

2013-12-26 Thread Nisarg
Hi, I want to build a web app, as well as app for iOS and android. I have basic knowledge of HTML and CSS (Very Basic). I dont know any programming language other then that! Can i use RoR without any programming language or I need to learn any specific programming language to start using it!

[Rails] Re: Absolute Fresher! Help!! Need a Tutor!

2013-12-26 Thread Frederick Cheung
On Thursday, December 26, 2013 9:23:28 PM UTC, Nisarg wrote: Hi, I want to build a web app, as well as app for iOS and android. I have basic knowledge of HTML and CSS (Very Basic). I dont know any programming language other then that! Can i use RoR without any programming language or I

Re: [Rails] Absolute Fresher! Help!! Need a Tutor!

2013-12-26 Thread Colin Law
On 26 December 2013 21:23, Nisarg nisargpatelru...@gmail.com wrote: Hi, I want to build a web app, as well as app for iOS and android. I have basic knowledge of HTML and CSS (Very Basic). I dont know any programming language other then that! Can i use RoR without any programming language or I

[Rails] Re: Rails Engines problem: routing_error.erb within rescues/layout

2013-12-26 Thread Frederick Cheung
On Thursday, December 26, 2013 8:41:21 PM UTC, jsnark wrote: I'm working through the Rails Engines tutorial at http://edgeguides.rubyonrails.org/engines.html. I'm using ruby 1.9.3 and rails 3.1.12 on Linux. I'm stuck on section 4.1. When I try to access localhost:3000/blog I get:

Re: [Rails] Rails Engines problem: routing_error.erb within rescues/layout

2013-12-26 Thread Rob Biedenharn
On 2013-Dec-26, at 15:41 , jsnark s...@monmouth.com wrote: I'm working through the Rails Engines tutorial at http://edgeguides.rubyonrails.org/engines.html. I'm using ruby 1.9.3 and rails 3.1.12 on Linux. I'm stuck on section 4.1. When I try to access localhost:3000/blog I get:

[Rails] rails server error

2013-12-26 Thread pavey nganpi
rails server = Booting WEBrick = Rails 4.0.2 application starting in development on

Re: [Rails] rails server error

2013-12-26 Thread Norm Scherer
You are attempting to start another servr at the same port as one which is already running. You need to find and kill the one before you can run another. On 12/26/2013 09:41 PM, pavey nganpi wrote: rails server = Booting WEBrick = Rails 4.0.2 application starting in development on

[Rails] Re: rails server error

2013-12-26 Thread pavey nganpi
i have restarted my pc but i still have the same pb, i wasnt able to fins the process which was running,thanks On Thursday, December 26, 2013 11:41:45 PM UTC-5, pavey nganpi wrote: rails server