Re: [Rails] Testing rails apps

2017-09-30 Thread Hassan Schroeder
On Sat, Sep 30, 2017 at 10:17 AM, Joe Guerra wrote: > I haven't really learned much about testing rails apps. I've only heard a > few things, like factory-girl, r-spec, etc... > > What about selenium, I'm looking at a course (but it's more QA). What about starting here:

Re: [Rails] Testing rails apps

2017-09-30 Thread Krishna Gundala
That should be part of the framework you come up with. Every UX design has this. You need to define a framework and then kickstart it. --- Thanks, Mohan G On Sat, Sep 30, 2017 at 11:11 PM, Joe Guerra wrote: > I've looked into ux design, but I find that the subject is

Re: [Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
I've looked into ux design, but I find that the subject is very subjective. What appeals to me, might not appeal to others. I mean, if you break down websites, you basically have menus (navigation) and some forms ( maybe some tables. On Sep 30, 2017 1:35 PM, "Krishna Gundala"

Re: [Rails] Testing rails apps

2017-09-30 Thread Krishna Gundala
Ther are either ways, service level testing and UI experiencing testing. According to me, it would be best to stick for UI experience. As this is the intail stage for your testing.. it would be best to adopt BDD to it. --- Thanks, Mohan G On Sat, Sep 30, 2017 at 10:58 PM, Joe Guerra

Re: [Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
No idea, if it's part of the development life cycle I would imagine that I need to be familiar with the process. Maybe it's a good skill to have, or not sure if I should focus more on the design / user experience stuff. Thanks, Joe On Sep 30, 2017 1:20 PM, "Krishna Gundala"

Re: [Rails] Testing rails apps

2017-09-30 Thread Krishna Gundala
What kind of testing are you looking for? --- Thanks, Mohan G On Sat, Sep 30, 2017 at 10:47 PM, Joe Guerra wrote: > I haven't really learned much about testing rails apps. I've only heard a > few things, like factory-girl, r-spec, etc... > > What about selenium, I'm

[Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
I haven't really learned much about testing rails apps. I've only heard a few things, like factory-girl, r-spec, etc... What about selenium, I'm looking at a course (but it's more QA). Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on

[Rails] Testing rails SMTP settings (seems to be really hard)

2017-09-15 Thread Ben Edwards
OK, been trying to get my SMTP settings correct in the action Mailer for about 4 hours now and running out of ideas. The problem is that whatever I do I cant find any errors in logs but also don’t get any emails. So I tried doing it in 'rails console', but still not getting any errors (or

Re: [Rails] Testing Rails with changed model

2015-12-06 Thread Colin Law
On 6 December 2015 at 13:19, Martin wrote: > Hi there, > > I have a model with following methods: > > # Permalink instead of ID > before_create do |article| > article.permalink = _permalink > end > > def to_param > permalink > end > > - permalink is a field

Re: [Rails] Testing Rails with changed model

2015-12-06 Thread Martin
Ok, thanks Am Sonntag, 6. Dezember 2015 15:43:21 UTC+1 schrieb Colin Law: > > On 6 December 2015 at 13:19, Martin > wrote: > > Hi there, > > > > I have a model with following methods: > > > > # Permalink instead of ID > > before_create do |article| > >

[Rails] Testing Rails with changed model

2015-12-06 Thread Martin
Hi there, I have a model with following methods: # Permalink instead of ID before_create do |article| article.permalink = _permalink end def to_param permalink end - permalink is a field in the database Ok, but when i try to run tests the permalink is not created, but my

Re: [Rails] testing Rails

2012-08-14 Thread sameena Khan
Ok ill make sure that i go for updated tutorial On Sat, Aug 11, 2012 at 12:03 PM, Colin Law clan...@googlemail.com wrote: On 11 August 2012 06:26, sameena Khan emailtosameenak...@gmail.com wrote: no am running 2.3.8 Just be aware then that following a tutorial that does not match the

Re: [Rails] testing Rails

2012-08-11 Thread Colin Law
On 11 August 2012 06:26, sameena Khan emailtosameenak...@gmail.com wrote: no am running 2.3.8 Just be aware then that following a tutorial that does not match the version of rails you are using can be difficult, as whenever something does not work you do not know whether you have done something

[Rails] testing Rails

2012-08-10 Thread Khan
hi all im trying to follow this link http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-unit-testing.htm to learn testing. i got this error undefined method `fixtures' for BookControllerTest:Class (NoMethodError) i followed as it was mentioned thanks -- You received this message because

Re: [Rails] testing Rails

2012-08-10 Thread Hassan Schroeder
On Fri, Aug 10, 2012 at 6:32 AM, Khan emailtosameenak...@gmail.com wrote: hi all im trying to follow this link http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-unit-testing.htm to learn testing. i got this error undefined method `fixtures' for BookControllerTest:Class (NoMethodError)

Re: [Rails] testing Rails

2012-08-10 Thread sameena Khan
no am running 2.3.8 On Fri, Aug 10, 2012 at 11:00 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Fri, Aug 10, 2012 at 6:32 AM, Khan emailtosameenak...@gmail.com wrote: hi all im trying to follow this link http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-unit-testing.htmto

Re: [Rails] Testing Rails app

2012-08-03 Thread Michael Pavling
On 3 August 2012 06:32, honey ruby emailtohoneyr...@gmail.com wrote: Hi everyone i want to test a rails app and i have no idea on testing the rails app. Can any guide me how to test a rails app and what are the best way to test an app. Have you tried

Re: [Rails] Testing Rails app

2012-08-03 Thread Colin Law
On 3 August 2012 08:23, Michael Pavling pavl...@gmail.com wrote: On 3 August 2012 06:32, honey ruby emailtohoneyr...@gmail.com wrote: Hi everyone i want to test a rails app and i have no idea on testing the rails app. Can any guide me how to test a rails app and what are the best way to test

Re: [Rails] Testing Rails app

2012-08-03 Thread hanish jadala
i have followed rails guid and i got error and i posted in this link https://raw.github.com/gist/3245786/8f7f95d0e980111cbfcccba9e2ecf7b63f6e1f29/test On Fri, Aug 3, 2012 at 12:53 PM, Michael Pavling pavl...@gmail.com wrote: On 3 August 2012 06:32, honey ruby emailtohoneyr...@gmail.com wrote:

Re: [Rails] Testing Rails app

2012-08-03 Thread hanish jadala
i found the error thanks On Fri, Aug 3, 2012 at 1:55 PM, hanish jadala emailtohoneyr...@gmail.comwrote: i have followed rails guid and i got error and i posted in this link https://raw.github.com/gist/3245786/8f7f95d0e980111cbfcccba9e2ecf7b63f6e1f29/test On Fri, Aug 3, 2012 at 12:53 PM,

[Rails] Testing Rails app

2012-08-02 Thread honey ruby
Hi everyone i want to test a rails app and i have no idea on testing the rails app. Can any guide me how to test a rails app and what are the best way to test an app. Thanks in advance -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.