Re: [Rails] New to rails, advice?

2015-08-08 Thread tamouse pontiki
On Sat, Aug 8, 2015 at 2:27 AM, Colin Law wrote: > On 8 August 2015 at 00:16, Liam O'Donnell wrote: > > Okay so I want to make some rails apps, simple blogs and stuff to learn > how to make websites etc. > > But I hear Windows is hell for rails to work on. > > Should I move my desktop over to Ub

Re: [Rails] New to rails, advice?

2015-08-08 Thread Colin Law
On 8 August 2015 at 00:16, Liam O'Donnell wrote: > Okay so I want to make some rails apps, simple blogs and stuff to learn how > to make websites etc. > But I hear Windows is hell for rails to work on. > Should I move my desktop over to Ubuntu or some other Linux distribution? Yes, in my opinion

[Rails] New to rails, advice?

2015-08-07 Thread Liam O'Donnell
Okay so I want to make some rails apps, simple blogs and stuff to learn how to make websites etc. But I hear Windows is hell for rails to work on. Should I move my desktop over to Ubuntu or some other Linux distribution? Also what is a good tool to start developing rails? I'm only a beginner. Any

Re: [Rails] New to Rails have simple error.

2015-01-29 Thread Colin Law
On 29 January 2015 at 15:52, Toby Donaldson wrote: > I am following the guide here: > > http://guides.rubyonrails.org/getting_started.html Rather than starting with the guides (which do not always include all the necessary details) I suggest working through a good tutorial such as railstutorial.o

[Rails] New to Rails have simple error.

2015-01-29 Thread Toby Donaldson
I am following the guide here: http://guides.rubyonrails.org/getting_started.html I am on part 4.1 but when typing into the command line what it says to type I get that bin is not recognized as an internal or external command? -- You received this message because you are subscribed to the Goog

Re: [Rails] New to Rails / Dont know PHP. Advice?

2013-04-23 Thread Colin Law
On 22 April 2013 21:55, Flannel Beard wrote: > Hello all, FlannelBeard here. > > I've got a project coming up for work that I think can use rails. I want to > impress my boss. It does require a database and it will need to process > credit card information. > > I am a front-end web developer. I ca

[Rails] New to Rails / Dont know PHP. Advice?

2013-04-23 Thread Flannel Beard
Hello all, FlannelBeard here. I've got a project coming up for work that I think can use rails. I want to impress my boss. It does require a database and it will need to process credit card information. *I am a front-end web developer. *I can tweak BASIC php, nothing major. I know how to edi

[Rails] New to Rails

2012-12-20 Thread Rocky48
I am trying to setup as per the instructions in step and I am completly lost. Why are $ signs shown on lines to input? Windows does not understand them. I think I have got a error running Rails Server as it hangs in the command prompt screen and won't accept any typed commands. I am a PHP progra

Re: [Rails] New To Rails

2012-09-25 Thread Walter Lee Davis
On Sep 25, 2012, at 6:44 PM, DONEIN NET wrote: > I am new to Ruby On Rails. > > I have scaffolded a few screens for a website's administration pages. > > For example, right now I have (etc., etc.): > > admin/companies > admin/regions > admin/countries > > I am going back and editing the scaff

[Rails] New To Rails

2012-09-25 Thread DONEIN NET
I am new to Ruby On Rails. I have scaffolded a few screens for a website's administration pages. For example, right now I have (etc., etc.): admin/companies admin/regions admin/countries I am going back and editing the scaffolded screens. I need to know how to add a dropdown list to the admin\

Re: [Rails] New to Rails. Looking for some help

2012-09-20 Thread Bill Walton
Hi John, On Thu, Sep 20, 2012 at 1:52 PM, John B. wrote: > I have been working with Ruby on Rails for about a week. > > I am trying to figure out a problem. > > I have a small relational database. > > resources :client do > resources :department do > resources :task > end > end > > What

[Rails] New to Rails. Looking for some help

2012-09-20 Thread John B.
I have been working with Ruby on Rails for about a week. I am trying to figure out a problem. I have a small relational database. resources :client do resources :department do resources :task end end What I want is to be able to add tasks while looking a specific "show" of a department.

[Rails] New to rails, model design advice needed

2011-09-12 Thread Hank D.
Hi folks. Long time lurker, first time poster. I am taking the plunge into learning rails by scratching a small itch and creating a daily status board for the ambulance service I work for. The daily briefing for a given day will look something like this: http://test.adaptllc.com/stat/index.html

[Rails] New to Rails relationship route problem

2011-09-12 Thread OES
Hi Folks. Hope you can advise a newbie to rails. I have to models set up Site & Note. A site can have many notes where a note belongs to a site. My 2 models are. class Note < ActiveRecord::Base belongs_to :site end class Site < ActiveRecord::Base has_many :notes end Within the routes I se

Re: [Rails] new to rails

2011-05-25 Thread rajeevsharma86
Which error can you print here ? On Thu, May 26, 2011 at 11:03 AM, anu wrote: > hi m very much new to rails just trying run commands in terminal to > create simple rails appln n create database link with rails appln as in the > below > once i create appln using rails applnname -d mysql > any

[Rails] new to rails

2011-05-25 Thread anu
hi m very much new to rails just trying run commands in terminal to create simple rails appln n create database link with rails appln as in the below once i create appln using rails applnname -d mysql anyway appln gets created n all those database settings i mean database.yml password setti

[Rails] New To Rails

2011-01-19 Thread Ismail Haqq
Im sure u guys have seen this post numerous times. Im just starting with rails 3 with 1.9.2. Im currently going through peepcode video's, after that i wanted to start diving in on some projects, where can I find these projects to work on so I can get going and enhance my rails coding? Kindest Rega

[Rails] New to rails, a little model help please

2010-06-04 Thread Alex Smith
Hey guys I'm having a little trouble what I think should be a pretty simple relationship between tables. Player.rating is a f-key to Rating.id, both fields are integers When I try to add a new player I get this error message ActiveRecord::AssociationTypeMismatch in PlayersController#create Ratin

[Rails] New to rails - apparently need patch to use PostgreSQL

2010-04-24 Thread cootcraig
Help please. My first attempt at Rails, I'm trying to use PostgreSQL and I'm seeing this error. I'm also new to PostgreSQL, but the default encoding in PostgreSQL appears to be SQL_ASCII. I'm not sure if I should try and get the patch or try and change the PostgreSQL template. Sorry I'm so con

[Rails] New to Rails

2009-07-21 Thread Mitin Rai
Hi everyone. I am new to ROR can someone guide me through the process of learning ROR --~--~-~--~~~---~--~~ 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 rubyonrails-talk@

[Rails] New to Rails? Read This

2009-07-09 Thread Älphä Blüë
I'm still relatively new to rails myself but have been using it now for about 6 weeks. I've read 3 rails books, performed thousands of google searches, saved everything important to my current work scope, and want to make it easier for those that come after me. If you are reading this then you p

[Rails] New to Rails, but have a 500 error

2009-05-05 Thread Learning
i'm new to ruby on rails, there's a problem when i follow the guide on rubyonrails.org i create a controller like this #ruby script\generate home index and edit app/views/home/index.html.erb after that #ruby script\server when i browse the http://localhost:3000/home/index it shows that We're so

[Rails] New to Rails... Help!

2008-12-01 Thread Jay Mark
I am new to Ruby/InstantRails. I am using InstantRails 2.0.2 with mysql database My application is named Area, it has two tables: people and country Table people has two columns: name and tribe Table country has two columns: location and population In the models I have: class People < ActiveReco

[Rails] New to Rails.

2008-10-02 Thread Zack K.
Can someone help me get started, i've been messing around with it lately, and i also learn some Ruby to understand RoR somemore. I've been trying to get it too work for awhile, but my problem is that i can NEVER get mySQL to install in anyway, shape, or form. It's really aggravating, so if anyone

[Rails] new to rails

2008-09-07 Thread Zhao Yi
I am new to rails. Which user guide is better for rails beginner? Could you give me some suggestion to learn rails? thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ru