Re: [Rails] reg ROR

2015-08-24 Thread James Jelinek
Agreed on all points. One thing to add is, if they are “married” to a Windows environment settings up something like Virtualbox with Ubuntu to use as their development environment might be a good step. + You get to learn some ops stuff along the way. :) -James > > First work right through

Re: [Rails] reg ROR

2015-08-24 Thread Colin Law
On 24 August 2015 at 08:27, Sathy Nithi wrote: > Hi all, > > I am new to ROR concepts > > where to get detailed tutorial for web development using Aptana rad rails > (OS--> Windows) pls provide some suggestion reg d same First work right through the tutorial at railstutorial.org, which is free to

Re: [Rails] Update column value

2015-08-24 Thread Colin Law
On 24 August 2015 at 10:59, Milley Duke wrote: > Hi, > > Is there any way that I can Update column value of another table when > saving form data of another model. > > For example: > > I have two models model A and model B. Both of them have one to many > relation with each other. > > On filling d

[Rails] [ANN] Rails 4.2.4 and 4.1.13 have been released!

2015-08-24 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.4 and 4.1.13 have been released. No regressions were found so these releases include the same changes that the release candidates. ## CHANGES since 4.1.12 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer

[Rails] Re: SSH/VNC/RDP Client Gems

2015-08-24 Thread Matt Jones
On Saturday, 22 August 2015 02:51:44 UTC-4, Reg Natarajan wrote: > > I have a new project that I'm considering writing in Rails. I've never > written anything in Rails but I've been through my share of languages over > the last few decades and I'm not afraid of new things. Given this, I may

[Rails] Re: Arabic text showing not properly in the file of s3

2015-08-24 Thread Matt Jones
On Friday, 21 August 2015 08:24:46 UTC-4, amtest wrote: > > Thanks matt, can you suggest me to do any work around for this, i have > been sitting with these issue for some days? the default encoding in my > application is config.encoding = "utf-8" > My suggestion would be to go through all the

Re: [Rails] Filtering a Party/Role CRUD based on relationship type, using the same controller

2015-08-24 Thread Leandro França
Hi Elizabeth, I did not want to spend your or anyone else's time. I only recognized that more information would help after I saw your first answer. I´m sorry about that. Anyway, I´m open to criticism and I´ll try to improve next time. Regards. 2015-08-24 14:33 GMT-03:00 Elizabeth McGurty : >

[Rails] Rails.application infers nested structure from an underscore in the app name

2015-08-24 Thread Walter Lee Davis
Can anyone explain this to me? If I name a project foo_bar, and use 'Rails.application' as a root for configuration paths or similar, I will end up with a cryptic error on some operations. The fix is to make all references to the application using 'FooBar::Application' in place of 'Rails.applic

Re: [Rails] Filtering a Party/Role CRUD based on relationship type, using the same controller

2015-08-24 Thread Elizabeth McGurty
Your welcome Good luck in your endeavors, and thanks for squandering my time with incomplete information... -- 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 em

Re: [Rails] Filtering a Party/Role CRUD based on relationship type, using the same controller

2015-08-24 Thread Leandro França
Hey Liz and Marco, thanks a lot for your inputs. I´ll provide a few more details from what I already have and some needs: - A Party is an Organization or a Person. *One of the parties is also defined as the "proprietary party". It´s the organization actually running the app.* - A Part

[Rails] Re: reg ROR

2015-08-24 Thread Elizabeth McGurty
youTube.com search words: Aptana Rails tutorials On Monday, August 24, 2015 at 4:28:19 AM UTC-4, Sathy Nithi wrote: > > Hi all, > > I am new to ROR concepts > > where to get detailed tutorial for web development using Aptana rad rails > (OS--> Windows) pls provide some suggestion reg d same >

[Rails] Re: Update column value

2015-08-24 Thread Elizabeth McGurty
Both model A and model B have a one-to-many relationship. Seems to me that you have not done your homework. There is a huge abundance of information on the web to understand Ruby and Ruby on Rails. Research: Rails models associations Liz On Monday, August 24, 2015 at 6:00:14 AM UTC-4, Rub

[Rails] Re: importing .csv file from user and storing data of csv into database using ruby on rails.

2015-08-24 Thread Frederick Cheung
On Monday, August 24, 2015 at 9:28:12 AM UTC+1, iampraveennarah...@gmail.com wrote: > > Hi friends , I am modifying virtualX open source application. I wanted to > introduce new functionality that is uploading questions from .csv file and > storing those questions to the database. I am very ne

[Rails] Update column value

2015-08-24 Thread Milley Duke
Hi, Is there any way that I can Update column value of another table when saving form data of another model. For example: I have two models model A and model B. Both of them have one to many relation with each other. On filling data in form fields of model B , when particular condition met, i w

[Rails] importing .csv file from user and storing data of csv into database using ruby on rails.

2015-08-24 Thread iampraveennarahari
Hi friends , I am modifying virtualX open source application. I wanted to introduce new functionality that is uploading questions from .csv file and storing those questions to the database. I am very new to ruby this task becomes very tough for me . So i referred so many websites and blogs and i

[Rails] reg ROR

2015-08-24 Thread Sathy Nithi
Hi all, I am new to ROR concepts where to get detailed tutorial for web development using Aptana rad rails (OS--> Windows) pls provide some suggestion reg d same -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from thi

[Rails] Re: pgsql gem install encoding error

2015-08-24 Thread Alan Kis
Júlio Papel wrote in post #1178063: > Hi, Are you using git? Is everything committed? do you have > the postgresql-common and the > libpq-dev > > I got some similar problem but due to git. > > Hope it helps! :) > Julio > > On Wednesday, August 19, 2015 at 9:18:07 PM UTC+2, Ruby-Forum.com User Hi,