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
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
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
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
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
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
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
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
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
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\
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
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.
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
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
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
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
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
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
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
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@
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
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
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
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
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
25 matches
Mail list logo