[Rails] [ANN] Rails 6.0.2.1 has been released!

2019-12-18 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 6.0.2.1 has been released. This is a complementary release to rack in order to address [CVE-2019-16782](https://www.openwall.com/lists/oss-security/2019/12/18/2). ## CHANGES since 6.0.2 To view the changes for each gem, please read the changelogs

[Rails] [ANN] Rails 5.2.4.1 has been released!

2019-12-18 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.2.4.1 has been released. This is a complementary release to rack in order to address [CVE-2019-16782](https://www.openwall.com/lists/oss-security/2019/12/18/2). ## CHANGES since 5.2.4 To view the changes for each gem, please read the changelogs

[Rails] [ANN] Rails 6.0.2 has been released!

2019-12-13 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 6.0.2 has been released. ## CHANGES since 6.0.1 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v6.0.2/actioncable/CHANGELOG.md) * [Action Mailbox CHANGELOG](h

[Rails] [ANN] Rails 6.0.2.rc2 has been released!

2019-12-09 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 6.0.2.rc2 has been released. If no regressions are found, expect the final release on Friday, December 12, 2019. If you find one, please open an [issue on GitHub](https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so t

[Rails] [ANN] Rails 5.2.4 has been released

2019-11-27 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.2.4 has been released. ## CHANGES since 5.2.3 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v5.2.4/actioncable/CHANGELOG.md) * [Action Mailer CHANGELOG](ht

[Rails] [ANN] Rails 5.2.4.rc1 has been released!

2019-11-22 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.2.4.rc1 has been released. This is going to be the last bug fix release of the 5.2 series, so please test the releases candidates and report regressions so we can fix before the final release. If no regressions are found, expect the final release

[Rails] [ANN] Rails 5.1.7 has been released

2019-03-27 Thread Rafael Mendonça França
uge thanks to the many contributors who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this grou

[Rails] [ANN] Rails 5.2.3 has been released

2019-03-27 Thread Rafael Mendonça França
-5.2.3.gem f9b51b66a91d556d63d36d04449ecc23867683f99531db21eb7a263be2d7ecdc rails-5.2.3.gem 042388decffb47dab796e4ddb30a2d615047d7c334de7fe47208545e1677c9be railties-5.2.3.gem ``` As always, huge thanks to the many contributors who helped with this release. Rafael Mendonça França http://twitter.com/ra

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-27 Thread Rafael Belo
> >> >> > On Dec 26, 2018, at 5:32 PM, fugee ohu wrote: >> > >> > >> > >> > On Wednesday, December 26, 2018 at 2:15:37 PM UTC-5, Walter Lee Davis >> wrote: >> > >> > > On Dec 26, 2018, at 2:11 PM, fugee ohu wrote: &

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-26 Thread Rafael Belo
Which params are you using for `visit`? Em qua, 26 de dez de 2018 às 16:11, fugee ohu escreveu: > > > On Wednesday, December 26, 2018 at 11:58:35 AM UTC-5, Rafael Belo wrote: >> >> You've to include Capybara::DSL. >> >> ``` >> include Capybara::DSL

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-26 Thread Rafael Belo
You've to include Capybara::DSL. ``` include Capybara::DSL ``` Em qua, 26 de dez de 2018 às 13:21, fugee ohu escreveu: > > > On Wednesday, December 26, 2018 at 10:25:33 AM UTC-5, Rafael Belo wrote: >> >> Capybara has a friendly interface for your web drivers, yo

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-26 Thread Rafael Belo
cember 26, 2018 at 9:49:28 AM UTC-5, Rafael Belo wrote: >> >> Yes, if you are using capybara, you may use `visit ' >> http://myurl.com/goes-here'` <http://myurl.com/goes-here'> >> >> Em qua, 26 de dez de 2018 às 11:21, fugee ohu >> escreveu:

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-26 Thread Rafael Belo
Yes, if you are using capybara, you may use `visit ' http://myurl.com/goes-here'` Em qua, 26 de dez de 2018 às 11:21, fugee ohu escreveu: > > > On Wednesday, December 26, 2018 at 8:19:47 AM UTC-5, Rafael Belo wrote: >> >> You are passing an URL instea

Re: [Rails] How do i scrape dynamic content from Struts framework with Ruby

2018-12-26 Thread Rafael Belo
You are passing an URL instead of a script. This function "execute_script" it's to execute sobre javascript "script". You've to visit the page with the browser support. If you're using Capybara, you shoul use the "visit" function passing the URL that you want to go. But if not, you've to look whic

[Rails] [ANN] Rails 5.2.2.rc1 has been released

2018-11-28 Thread Rafael Mendonça França
bf7 rails-5.2.2.rc1.gem 1d9950a611acb8fef50ba1477efa3e4730d713db55f834bdccd12fd950f2de51 railties-5.2.2.rc1.gem ``` As always, huge thanks to the many contributors who helped with this release. Rafael França -- You received this message because you are subscribed to the Google Groups "

[Rails] [ANN] Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released!

2018-11-27 Thread Rafael Mendonça França
estorage-5.2.1.1.gem 6e055f81d0ec158475faed1bb4e00c8030b67ecc2b7aee83be24c995a5d1a1dc activesupport-5.2.1.1.gem b5e1fe216d108d6908e23aaaed563dcf8fae7ec92c4ea776607732785bad8f10 rails-5.2.1.1.gem 1030556e9bb07d192429659cbe5561339bbe845f9d78194a34bbc040653c7685 railties-5.2.1.1.gem ``` Rafael França -- You received this message because you are subs

[Rails] [ANN] Rails 5.2.1 has been released!

2018-08-07 Thread Rafael Mendonça França
-5.2.1.gem 1ba71ee5ec7d85567f9984df1dae2eb7e6c8c2855e6b810582719fb5db20c3a7 railties-5.2.1.gem ``` As always, huge thanks to the many contributors who helped with this release. Rafael França -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and s

[Rails] [ANN] Rails 5.2.1.rc1 has been released!

2018-07-30 Thread Rafael Mendonça França
4e7 rails-5.2.1.rc1.gem a17f0d61e8da7970c19b98f95196d27115be7603a9badfedccd1329b2daffc93 railties-5.2.1.rc1.gem ``` As always, huge thanks to the many contributors who helped with this release. Rafael França -- You received this message because you are subscribed to the Google Groups "Ruby

[Rails] Rails 5.1.5 has been released

2018-02-14 Thread Rafael Mendonça França
-5.1.5.gem fee9771fc53f3060875267a6789aea9e35975e5c344ff5c3175e27be92a01561 rails-5.1.5.gem fa9747717cc279d4dce56a7a75a230dfce8f166a5be120bc2f2f38b91925aa43 railties-5.1.5.gem ``` As always, huge thanks to the many contributors who helped with this release. Rafael França -- You received this message becau

[Rails] [ANN] Rails 5.1.5.rc1 has been released!

2018-02-01 Thread Rafael Mendonça França
is release. Rafael França -- 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] Re: Access USB device from Ruby on Rails web app

2018-01-23 Thread Rafael Belo
If you want to send card data through a device, I don't think ruby will do that for you, instead you have to delegate this to browser, because it must be a client process and ruby works from server side. Everything that you have to do by client side, you should do through browser API and to use

[Rails] Rails 5.1.2 has been released

2017-06-26 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.1.2 has been released. ## CHANGES since 5.1.1 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v5.1.2/actioncable/CHANGELOG.md) * [Action Mailer CHANGELOG](ht

[Rails] Rails 4.2.9 has been released

2017-06-26 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.9 has been released. Following our [maintenance policy](http://guides.rubyonrails.org/maintenance_policy.html), since the release of Rails 5.1.0, the 4.2 series will only receive new releases in case of severe security issues. ## CHANGES since

[Rails] Rails 5.1.2.rc1 has been released

2017-06-20 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.1.2.rc1 has been released. If no regressions are found, expect the final release on Monday, June 26, 2017. If you find one, please open an [issue on GitHub](https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so that w

[Rails] Rails 4.2.9.rc2 has been released!

2017-06-19 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.9.rc2 has been released. This is going to be the last bug fix release of the 4.2 series, so please test this release candidate. If no regressions are found, expect the final release on Monday, June 26, 2017. If you find one, please open an [iss

[Rails] Rails 5.0.4 has been released

2017-06-19 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.0.4 has been released. ## CHANGES since 5.0.3 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v5.0.4/actioncable/CHANGELOG.md) * [Action Mailer CHANGELOG](ht

[Rails] [ANN] Rails 5.0.4.rc1 has been released

2017-06-14 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.0.4.rc1 has been released. If no regressions are found, expect the final release on Monday, June 19, 2017. If you find one, please open an [issue on GitHub](https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so that w

[Rails] [ANN] Rails 4.2.9.rc1 has been released!

2017-06-13 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.9.rc1 has been released. If no regressions are found, expect the final release on Monday, June 19, 2017. If you find one, please open an [issue on GitHub](https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so that w

[Rails] [ANN] Rails 5.0.2 has been released!

2017-03-01 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.0.2 has been released. ## CHANGES since 5.0.1 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG]( https://github.com/rails/rails/blob/v5.0.2/actioncable/CHANGELOG.md) * [Action Mailer CHANGELOG]( ht

[Rails] [ANN] Rails 5.0.2.rc1 has been released!

2017-02-24 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.0.2.rc1 has been released. If no regressions are found, expect the final release on Wednesday, March 1, 2017. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so tha

[Rails] [ANN] Rails 4.2.8 has been released!

2017-02-21 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.8 has been released. This is the first version of the 4.2 series that officially support Ruby 2.4. ## CHANGES since 4.2.7.1 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG]( https://github.com

[Rails] [ANN] Rails 4.2.8.rc1 has been released!

2017-02-09 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.8.rc1 has been released. If no regressions are found, expect the final release on Wednesday, February 15, 2017. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafaelfranca) on it, so

[Rails] [ANN] Rails 4.2.7 and 4.1.16 have been released!

2016-07-12 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.7 and 4.1.16 have been released. As [Rails 5 was released]( http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/), this is probably going to be the last release of Rails 4.1. Please take some time to upgrade your application to Rails 4.2 or R

[Rails] [ANN] Rails 4.2.7.rc1 and 4.1.16.rc1 have been released!

2016-07-01 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.7.rc1 and 4.1.16.rc1 have been released. As [Rails 5 was released]( http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/), this is probably going to be the last release of Rails 4.1. Please take some time to upgrade your application to Rails

[Rails] Devise login via web and mobile

2016-06-10 Thread Rafael Soares
se to be able to authenticate via json too. Regards, Rafael -- Posted via http://www.ruby-forum.com/. -- 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, se

[Rails] simple form collection value

2016-05-26 Thread Rafael Soares
Hi guys, I have a select tag in which I need to display schedule values. Basically I need to do something like this: <%= form.association :schedule, collection: @schedules %> The problem I'm having is that the select value needs to be customized. I need it to display the value "schedule.court.n

[Rails] [ANN] Rails 4.2.6 and 4.1.15 have been released!

2016-03-11 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.6 and 4.1.15 have been released. ## CHANGES since 4.1.14 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG]( https://github.com/rails/rails/blob/v4.1.15/actionmailer/CHANGELOG.md) * [Action Pack

[Rails] [ANN] Rails 4.2.6.rc1 and 4.1.15.rc1 have been released!

2016-03-01 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.6.rc1 and 4.1.15.rc1 have been released. If no regressions are found expect the final release this Friday, on March 4, 2016. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafaelfran

[Rails] [ANN] Rails 4.2.5.rc2 and 4.1.14.rc2 have been released!

2015-11-06 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.5.rc2 and 4.1.14.rc2 have been released. If no regressions are found expect the final release this Wednesday, on November 11, 2015. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@raf

[Rails] [ANN] Rails 4.2.5.rc1 and 4.1.14.rc1 have been released!

2015-10-30 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.5.rc1 and 4.1.14.rc1 have been released. If no regressions are found expect the final release this Wednesday, on November 4, 2015. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafa

[Rails] Problemas com internacionalização rails 4

2015-09-23 Thread Rafael Oliveira
Nome completo (como está no livro), mas não estou tendo sucesso. Desde já agradeço a ajuda, []s Rafael Oliveira -- 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 i

[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] [ANN] Rails 4.2.4.rc1 and 4.1.13.rc1 have been released!

2015-08-14 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.4.rc1 and 4.1.13.rc1 have been released. If no regressions are found expect the final release this Wednesday, on August 19, 2015. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafae

[Rails] [ANN] Rails 4.2.3 and 4.1.12 have been released!

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

[Rails] Call method in other files

2015-06-25 Thread Rafael s
Hello, I`m using ruby to automation test (with selenium), but is common I use a method to do login into multiple files. How can I put this method in just one file and call it in my other files? CHeers -- You received this message because you are subscribed to the Google Groups "Ruby on Rails

[Rails] [ANN] Rails 4.2.3.rc1 and 4.1.12.rc1 have been released!

2015-06-22 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.3.rc1 and 4.1.12.rc1 have been released. If no regressions are found expect the final release this Thursday, on June 25, 2015. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@rafaelfr

[Rails] Re: Rails error while trying to delete: "No route matches [GET]"

2015-06-15 Thread Rafael Belo
Post your route.rb plz. Em segunda-feira, 15 de junho de 2015 03:25:54 UTC-3, Arthur Flores Duarte escreveu: > > Hello, > > I am a newbie with Rails and I am having a problem with my study > application (Rails 3.2.6), when using Destroy links, I get the following > message: > Routing Error >

Re: [Rails] Fail to use statement IF in Selenium (With Ruby)

2015-05-28 Thread Rafael s
my iPhone > > On 28 May 2015, at 15:33, Rafael s > > wrote: > > Hey Scott, > > I've tried without displayed but appears the same error. > > Em quinta-feira, 28 de maio de 2015 09:24:20 UTC-3, Scott Ribe escreveu: >> >> On May 28, 2015, at 6:15 AM, Rafa

Re: [Rails] Fail to use statement IF in Selenium (With Ruby)

2015-05-28 Thread Rafael s
Hey Scott, I've tried without displayed but appears the same error. Em quinta-feira, 28 de maio de 2015 09:24:20 UTC-3, Scott Ribe escreveu: > > On May 28, 2015, at 6:15 AM, Rafael s > > wrote: > > > > I want to just make one condition: IF find the button...clicks

[Rails] Re: Fail to use statement IF in Selenium (With Ruby)

2015-05-28 Thread Rafael s
Wednesday, May 27, 2015 at 7:11:54 PM UTC+2, Rafael s wrote: >> >> Currently I'm trying use a statement IF (If a button appears in the page, >> then run the IF), see the method *Login in the system*: >> >> If the button doesn't appear in the page, I would li

[Rails] Fail to use statement IF in Selenium (With Ruby)

2015-05-27 Thread Rafael s
Currently I'm trying use a statement IF (If a button appears in the page, then run the IF), see the method *Login in the system*: If the button doesn't appear in the page, I would like to run the next method *Remove and add new expense* require "selenium-webdriver" require "rspec" require "rs

Re: [Rails] Re: FactoryGirl - can't write unknown attribute, and undefined method `name'

2015-04-30 Thread Rafael Adel
el, self.table_name = "seven_gallery_photos" etc. >> >> On Thu, Apr 30, 2015 at 4:09 AM, Rafael Adel > > wrote: >> >>> Are you sure about this ? If so, is there a way to make it working >>> without changing table names ? >>> >>>

[Rails] Re: Good tutorials to start with Rails 4

2015-04-30 Thread Rafael Adel
This is an amazing one https://www.railstutorial.org/ On Thursday, April 30, 2015 at 12:21:09 PM UTC+3, suraj jana wrote: > > Hello everyone!! > > I am new to Ruby on Rails. Can anyone please lead me to few good > tutorials to start with Rails 4. > > Thank you, > -- You received this messa

[Rails] Re: FactoryGirl - can't write unknown attribute, and undefined method `name'

2015-04-30 Thread Rafael Adel
> > http://blog.makandra.com/2014/12/organizing-large-rails-projects-with-namespaces/ > > On Wednesday, April 29, 2015 at 1:59:04 PM UTC-4, Rafael Adel wrote: >> >> I can see the only difference is that in my case there's namespace in >> front of the table names an

[Rails] Re: FactoryGirl - can't write unknown attribute, and undefined method `name'

2015-04-29 Thread Rafael Adel
hrislerum/factory > I tried whipping up an app with your code, the controller test passes fine > for me, see if it works for you and compare. > > On Wednesday, April 29, 2015 at 10:32:47 AM UTC-4, Rafael Adel wrote: >> >> I'm trying to create a `photo` factory that'

[Rails] Re: FactoryGirl - can't write unknown attribute, and undefined method `name'

2015-04-29 Thread Rafael Adel
I can see the only difference is the namespace of the engine is used but in your case is not, since it's a normal app. But is this the cause ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiv

[Rails] FactoryGirl - can't write unknown attribute, and undefined method `name'

2015-04-29 Thread Rafael Adel
factory :photo_with_gallery do association :gallery, factory: gallery end I get this error: Failure/Error: photo_one = FactoryGirl.create(:photo_with_gallery) NoMethodError: undefined method `name' for :photo_with_gallery:Symbol # ./spec/controllers

[Rails] QA Engineer (Ruby)

2015-04-27 Thread Rafael s
Hello, Do you know any company who needs QA Engineer to work remotely (at least at the beginning of the hiring) Cheers, Rafael -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiv

[Rails] [ANN] Rails 4.2.1 and 4.1.10 have been released!

2015-03-19 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that after four release candidates the final versions for Rails 4.2.1 and 4.1.10 have been released. ## CHANGES since 4.1.9 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG]( https://github.com/rails/rails/blo

[Rails] Re: [JOBS] Ruby developer needed for tech startup in Santa Monica (casetabs.com)

2015-03-12 Thread Rafael s
Accept QA Engineer? Em quinta-feira, 12 de março de 2015 14:27:39 UTC-3, Gavin Fabian escreveu: > > Job Description > > Casetabs is looking for a talented, enthusiastic Ruby on Rails developer > who can hit the ground running and is eager to learn and grow into a > leadership role. You'll join

[Rails] Re: New Rails project looking for beginners rails developers

2015-03-10 Thread Rafael s
my skype: rafaelcrvs :) I Accept Em terça-feira, 10 de março de 2015 16:23:01 UTC-3, Olivier Batard escreveu: > > Hello ! > > I'm new to the rails world, and I want to use and extend my knowledge and > experience with the developement of a new Open Source project called > "Lemmy". The idea is t

[Rails] Re: [JOBS] Direct Hire: Sr. Ruby Engineer needed for a high growth company in Mountain View, CA

2015-03-05 Thread Rafael s
Accept QA Engineer? Cheers. Em quinta-feira, 5 de março de 2015 14:04:01 UTC-3, Delight Grace Largo escreveu: > > A known digital content and technology company in Mountain View, CA > specializing in building futuristic educational applications is looking for > a strong full-time *Sr. Ruby Eng

[Rails] [ANN] Rails 4.2.1.rc3 and 4.1.10.rc3 have been released!

2015-03-02 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.1.rc3 and 4.1.10.rc3 have been released. There were found some regressions in the last release candidates so, following release process we are releasing new release candidates. If no regressions are found expect the final release this Thursday,

[Rails] [ANN] Rails 4.2.1.rc2 and 4.1.10.rc2 have been released!

2015-02-25 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.1.rc2 and 4.1.10.rc2 have been released. There were found some regressions in the last release candidates so, following release process we are releasing new release candidates. If no regressions are found expect the final release this Monday, on

[Rails] Re: Need Automated Test Engineer

2015-02-25 Thread Rafael s
Email to send resume? I'm QA Engineer Em quarta-feira, 25 de fevereiro de 2015 19:14:23 UTC-3, nick arthur escreveu: > > *Title: Automated Test Engineer - Ruby and Cucumber* > > *Duration: 6 months* > > *US Citizen, GC, or TN only* > > *Location: McLean, VA* > > > > *Description:* > > *Key:* *

[Rails] [OFF] Sites to track jobs

2015-02-24 Thread Rafael s
Hi all, Normally, where you track job openings? (General technology) Currently I only know: - careers.stackoverflow.com Cheers, Rafael -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this grou

[Rails] [ANN] Rails 4.2.1.rc1 and 4.1.10.rc1 have been released!

2015-02-20 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.2.1.rc1 and 4.1.10.rc1 have been released. If no regressions are found expect the final release this Wednesday, on February 25, 2015. If you find one, please open an [issue on GitHub]( https://github.com/rails/rails/issues/new) and mention me (@raf

[Rails] [ANN] Rails 4.1.9 and 4.0.13 have been released!

2015-01-06 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.1.9 and 4.0.13 have been released. This will be also the last release of 4.0 series as announced [in a previous blog post]( http://weblog.rubyonrails.org/2014/9/12/Rails-4-1-6-and-4-0-10-has-been-released/ ). As per our maintenance policy, the rel

[Rails] [Selenium and Ruby] Script not run while condition

2015-01-06 Thread Rafael s
@driver.find_element(:id, "expense_merchant").send_keys "Taxi to work" @driver.find_element(:id, "expense_amount").send_keys "50" @driver.find_element(:xpath, "//*[@type='submit']").click sleep 3 end end end

[Rails] [ANN] Rails 4.1.9.rc1 and 4.0.13.rc1 have been released!

2015-01-01 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 4.1.9.rc1 and 4.0.13.rc1 have been released. This is the first release of the year and it includes a lot of bug fixes. This will be also the last release of 4.0 series as announced [in a previous blog post]( http://weblog.rubyonrails.org/2014/9/12/Ra

[Rails] Structuring ruby project

2014-12-26 Thread Rafael s
JiU/s1600/ruby.PNG> Cheers, Rafael -- 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

Re: [Rails] Learn Ruby!

2014-12-26 Thread Rafael s
What? Em terça-feira, 16 de dezembro de 2014 18h56min59s UTC-2, Naveen Goud escreveu: > > Sorry but you can get more information about Ruby through Resume also you > can read from there > > On Wed, Dec 17, 2014 at 1:50 AM, Rafael s > wrote: >> >> Hey guys! >&

[Rails] Re: phantomjs in ruby on rails?

2014-12-26 Thread Rafael s
https://github.com/search?utf8=%E2%9C%93&q=phantomjs+ruby Em quinta-feira, 25 de dezembro de 2014 09h30min49s UTC-2, Yuhui Qian escreveu: > > i had intalled phantomjs gem.But i don't know how to use it.give me a > example,thk > -- You received this message because you are subscribed to the Goo

[Rails] Learn Ruby!

2014-12-16 Thread Rafael s
Hey guys! Currently I'm trying to learn only RUBY, you indicate books? Honestly, I've read some chapters some books, but I miss practice what I read, but I don't know where I can practice -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Rails 4.0.11.1 and 4.1.7.1 have been released

2014-11-19 Thread Rafael Mendonça França
activerecord-4.1.7.1.gem 0af0c9e374f1a83f06db82457c219b29556233ca activesupport-4.1.7.1.gem 1fbef83600552fc18d83e61c39da752c7d6ba07c rails-4.1.7.1.gem f50d5902047d96b8836c3f6376ed9c212506268b railties-4.1.7.1.gem ``` <3<3<3<3 Rafael Mendonça França http://twitter.com/rafaelfranca https:

[Rails] [ANN] Rails 4.1.6 and 4.0.10 have been released!

2014-09-12 Thread Rafael Mendonça França
e8a954ff8d rails-4.1.6.gem c9b10576113567011d37fa28aa4e5ca99b2e4fd9 railties-4.1.6.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you

[Rails] [ANN] Rails 4.1.6.rc2 and 4.0.10.rc2 have been released!

2014-09-08 Thread Rafael Mendonça França
0e66127323 activesupport-4.1.6.rc2.gem 1578350d0c58c5c5ce3e771541336c76728b9c34 rails-4.1.6.rc2.gem d70a87ccb0d002b4c44cade8ce30a8ae6394313e railties-4.1.6.rc2.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca htt

[Rails] [ANN] Rails 4.1.6.rc1 and 4.0.10.rc1 have been released!

2014-08-20 Thread Rafael Mendonça França
ivesupport-4.1.6.rc1.gem fd10c0533065471768d8fe4b7e7ba81738c607dd rails-4.1.6.rc1.gem ec05790e0d256a474f0eaf3ae61e9556e71f1b18 railties-4.1.6.rc1.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca htt

[Rails] cannot load such file -- config/boot (LoadError)

2014-08-14 Thread Rafael Soufraz
Hi folks, I had installed an ubuntu server redmine 12:04 I decided to upgrade to the new version redmine. After following all the steps in this tutorial: http://www.keopx.net/blog/howto-install-redmine-242-ubuntu-1204-lts I am getting the below error message. How to proceed? /usr/lib/ruby/1.9.1/

[Rails] [ANN] Rails 4.0.8 and 4.1.4 have been released!

2014-07-02 Thread Rafael Mendonça França
``` Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- 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 rubyon

[Rails] [Sec ANN] Rails 3.2.19, 4.0.7 and 4.1.3 have been released!

2014-07-02 Thread Rafael Mendonça França
3.gem 7e9d4371abb345ac2a0f2765cc514657a115540a rails-4.1.3.gem 3999875c0d656b60a309dbfeb897310f4ee2879b railties-4.1.3.gem ``` <3<3<3<3 Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google

[Rails] [ANN] Rails 4.1.2 and 4.0.6 have been released!

2014-06-26 Thread Rafael Mendonça França
41c47e532e activesupport-4.1.2.gem b8246aa396172b409656cd198cc6b1f3a13f7f25 rails-4.1.2.gem 19bfbf57636a2c81e606fe284adcf74767c4bc52 railties-4.1.2.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca htt

[Rails] [ANN] Rails 4.1.2.rc2 and 4.0.6.rc2 have been released!

2014-06-16 Thread Rafael Mendonça França
.2.rc2.gem 86662065b041095ad318256f3a8cda2986849f4c railties-4.1.2.rc2.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google Groups "

Re: [Rails] String concatetenation.. + vs <

2014-03-19 Thread Rafael Belo
The operator *<<* is better to add info into a variable. For example: name = "" name.object_id => 70341910843080 name << "Jhon " name.object_id => 70341910843080 name << "Doe " name.object_id => 70341910843080 Note that the object_id is always the same. It's not create a new object. *Now, let

[Rails] [ANN] Rails 4.0.4 has been released!

2014-03-14 Thread Rafael Mendonça França
d284814d947810485433 activesupport-4.0.4.gem 9d7371d66c64f9f83ef1b439dd636b166e7a59f4 rails-4.0.4.gem 3cdb34c1836bf09569cf9b2d291a737849d3f699 railties-4.0.4.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafael

[Rails] [ANN] Rails 4.0.4.rc1 has been released!

2014-03-11 Thread Rafael Mendonça França
ties-4.0.4.rc1.gem ``` I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu

[Rails] [ANN] Rails 4.0.1 has been released!

2013-11-01 Thread Rafael Mendonça França
9164c2574a1d7ddd activerecord-4.0.1.gem * 9a58bc3c086628ef8028716eeb7c0cb0f8c7e39a activesupport-4.0.1.gem * 4663f4d0607ff59cf0ae5a55b268d27d658fdcc8 rails-4.0.1.gem * 22e23959dc14101697eb2bb8acc00a81cc6c3884 railties-4.0.1.gem I'd like to thank you all, every contributor who helped with th

[Rails] [ANN] Rails 4.0.1.rc4 has been released!

2013-10-30 Thread Rafael Mendonça França
: https://github.com/rails/rails/compare/v4.0.0...v4.0.1.rc4 If we don't hit any more stumbling blocks, I'll release 4.0.1 on Friday, November 1st. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are sub

[Rails] [ANN] Rails 4.0.1.rc3 has been released!

2013-10-23 Thread Rafael Mendonça França
om 4.0.0 to 4.0.1: https://github.com/rails/rails/compare/v4.0.0...v4.0.1.rc<https://github.com/rails/rails/compare/v4.0.0...v4.0.1.rc2> 3 If we don't hit any more stumbling blocks, I'll release 4.0.1 on Friday, October 25th. Rafael Mendonça França http://twitter.com/rafa

[Rails] [ANN] Rails 4.0.1.rc2 has been released!

2013-10-21 Thread Rafael Mendonça França
locks, I'll release 4.0.1 on Wednesday October 23rd. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this grou

[Rails] [ANN] Rails 4.0.1.rc1 has been released!

2013-10-17 Thread Rafael Mendonça França
301293930 rails-4.0.1.rc1.gem * f17137d25df9f10d6c1a3d31563c70cc82ad1525 railties-4.0.1.rc1.gem I'd like to thank you all, every contributor who helped with this release. Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you

[Rails] [ANN] Rails 3.2.14 has been released!

2013-07-23 Thread Rafael Mendonça França
/google.com") # => "" image_tag("http://google.com";) # => "http://google.com\"; />" After: image_tag("HTTP://google.com") # => "" image_tag("http://google.com";)

[Rails] [ANN] Rails 3.2.14.rc2 has been released!

2013-07-16 Thread Rafael Mendonça França
14.rc2.gem * 561edde241b39ba54f79b32f93f29db699fbf668 rails-3.2.14.rc2.gem * 4d16819efc81d3a4c761cad460c094f69a58171c railties-3.2.14.rc2.gem Thank you everyone! Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca -- You received this message because you are subscribed to the Google Gr

[Rails] [ANN] Rails 3.2.14.rc1 has been released!

2013-07-13 Thread Rafael Mendonça França
_tag("HTTP://google.com") # => "" image_tag("http://google.com";) # => "http://google.com\"; />" *David Celis + Rafael Mendonça França* * Fix explicit names on multiple file fields. If a file field tag has the m

[Rails] Re: [ANN] Rails 3.2.14.rc1 has been released!

2013-07-13 Thread Rafael Mendonça França
The right release date will be Monday, on July 15, 2013 On Friday, July 12, 2013 9:33:00 PM UTC-3, Rafael Mendonça França wrote: > > Hi everyone, > > I am happy to announce that Rails 3.2.14.rc1 has been released. If no > regressions are found I will release 3.2.14 final final th

[Rails] [Help] Help me to do that works?

2013-07-07 Thread Rafael Belo
Hello! Someone can help me to do that works? https://github.com/rafaelrpbelo/test_mail -- 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+

[Rails] Re: How to pass more than one argument to Rails validation hooks?

2013-05-30 Thread Rafael
Per this: http://guides.rubyonrails.org/active_record_validations_callbacks.html#available-callbacks before_validation only occurs/runs on create and update try this: before_validation do |object_name| #some code end On Thursday, May 30, 2013 11:55:53 AM UTC-4, Ruby-Forum.com User wrote: >

[Rails] HTTP 500 error page

2013-05-30 Thread Rafael
Hello all, I'd like to have nginx+passenger show the custom (Default) error pages when a HTTP 500 error occurs in my app. I am running a rails 2.3 app on nginx 1.2 with passenger 3.0.7 Here is my nginx config file: #user nobody; worker_processes 16; error_log /opt/nginx/logs/error.log in

[Rails] Rake tasks db:test:prepare cannot be executed in the same task of db:reset or db:migrate

2013-02-27 Thread Rafael Sales
Hey all, I'm trying to create a task that prepare the environment to start programming. To do so, I created a task like this *task :setup_env => ['db:reset', 'db:migrate', 'db:test:prepare']* and observed that after execute * rake setup_env*, it never execute db:test:prepare properly. In order to

[Rails] Re: conditional validates_associated

2013-02-13 Thread Rafael C. de Almeida
On Wednesday, February 13, 2013 12:59:11 PM UTC-2, Matt Jones wrote: > > On Tuesday, 12 February 2013 20:29:49 UTC-5, Rafael C. de Almeida wrote: >> >> Hello, >> >> Have you guys noticed that conditional validation with >> validates_associated does not work wel

  1   2   3   >