[Rails] Re: Advanced string comparison using active record

2014-11-18 Thread Tal Sh
That wouldn't catch hellXXo... -- 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, send an email to

Re: [Rails] Re: Advanced string comparison using active record

2014-11-18 Thread Vivek Sampara
Hey sorry for misunderstanding it. You will have to use native database specific regex or pure ruby based expressions and select im a bit bad at regular expressions but i should look something like this :) Post.all.select{|x| x.title ~= /[hello]*/ } On Tue, Nov 18, 2014 at 1:45 PM, Tal Sh

[Rails] Hiring Ruby on Rails Developer -nerdapplabs-Noida

2014-11-18 Thread hr nerdapplabs
Hiring Ruby on Rails Developer. Send your profile @ car...@nerdapplabs.com. Education: B.E./ B.Tech in Computer Science, OR MCA from reputed institute above 60% marks throughout 10th Onwards Exp:3-5Yrs Work experience: • Experience designing scalable, fault-tolerant databases. • Experience

Re: [Rails] Hiring Ruby on Rails Developer -nerdapplabs-Noida

2014-11-18 Thread Colin Law
On 18 November 2014 13:28, hr nerdapplabs nerdappl...@gmail.com wrote: Hiring Ruby on Rails Developer. Send your profile @ car...@nerdapplabs.com. Education: B.E./ B.Tech in Computer Science, OR MCA from reputed institute above 60% marks throughout 10th Onwards Exp:3-5Yrs Work experience: •

[Rails] Looking for a Ruby Programmer in Rhode Island

2014-11-18 Thread ERICA FISH
Looking to hire a Ruby Programmer for Rhode Island Email resumes to either ef...@targetrecruiters.com or efish...@gmail.com Ruby Programmer Opening! Base: $70k to $80k Location: Newport, RI. Summary: We are seeking a programmer that will help implement code, build web applications for a

[Rails] Rake tasks

2014-11-18 Thread Robert Fitzpatrick
I am new to ruby and maintaining an existing web application. I need to change the FTP server in a task and trying to familiarize myself with rake tasks. The task is in lib/tasks/archives.rake under the namespace utils. I read over a rake tutorial and viewed rake options to try and show

Re: [Rails] Rake tasks

2014-11-18 Thread Michael Riley
Hello, What are the deprecated messages you are getting? Mike Riley On Tue, Nov 18, 2014 at 1:31 PM, Robert Fitzpatrick rob...@webtent.org wrote: I am new to ruby and maintaining an existing web application. I need to change the FTP server in a task and trying to familiarize myself with rake

Re: [Rails] Rake tasks

2014-11-18 Thread Jason Fleetwood-Boldt
Robert, 1) The same deprecation warnings probably happen when you just run rails c or rails s, right? If so, those are just general deprecation warnings that are happening when you boot up the app. Today, you can ignore them (hence, warning). In the long run, you'll want to fix those as you

[Rails] Mail notifications to self Net::SMTPAuthenticationError

2014-11-18 Thread bradford li
I am trying to set up a mailer to send myself notification methods. I am currently trying to get the mailer to send myself a simple message when I go to the URL `localhost:3000/send_mail` I am currently getting this error: Net::SMTPAuthenticationError in HomeController#send_mail

[Rails] Re: Mail notifications to self Net::SMTPAuthenticationError

2014-11-18 Thread wdperson
Hello, The reason you are getting that error is because more than likely you have set up 2 factor authentication with Google/Gmail. So it is saying you need to include a application specific password. In other words don't use the usual login password, create an application specific password

Re: [Rails] Rake tasks

2014-11-18 Thread Robert Fitzpatrick
Jason Fleetwood-Boldt wrote: Finally, you probably almost certainly don't want to be running RAILS_ENV=production if you are developing locally on your own machine. And learn to use a debugger-- I recommend byebug if you're using Ruby 2.0 or above, and put byebug at the top of your rake task.

Re: [Rails] Mail notifications to self Net::SMTPAuthenticationError

2014-11-18 Thread Rob Biedenharn
Take a look at: https://support.google.com/accounts/answer/185833?hl=en -Rob On 2014-Nov-18, at 15:22 , bradford li bradfor...@gmail.com wrote: I am trying to set up a mailer to send myself notification methods. I am currently trying to get the mailer to send myself a simple message when I

[Rails] Re: Mail notifications to self Net::SMTPAuthenticationError

2014-11-18 Thread bradford li
Thank you!! worked like a charm! On Tuesday, November 18, 2014 12:33:25 PM UTC-8, wdperson wrote: Hello, The reason you are getting that error is because more than likely you have set up 2 factor authentication with Google/Gmail. So it is saying you need to include a application specific

Re: [Rails] Mail notifications to self Net::SMTPAuthenticationError

2014-11-18 Thread bradford li
thank you!!! worked perfectly!! On Tuesday, November 18, 2014 12:34:39 PM UTC-8, Rob Biedenharn wrote: Take a look at: https://support.google.com/accounts/answer/185833?hl=en -Rob On 2014-Nov-18, at 15:22 , bradford li bradf...@gmail.com javascript: wrote: I am trying to set up a

Re: [Rails] Rake tasks

2014-11-18 Thread Jason Fleetwood-Boldt
Without seeing the task I can't tell you the answer to that. And the fact that it runs on a cron schedule means that you probably have something like a worker in the background doing that. Normally you run rake some_task X=abc Y=xyz where X and Y are arguments being passed in. But note

[Rails] rails server

2014-11-18 Thread Darko Vulin
I have done *bundle install* and *bundle update *successfully*.* But *rails server *is not working. I have also tried *rails s -p $PORT -b $IP*. *darko@darko-Lenovo-G570 ~/sample_app $ gem install execjs* Successfully installed execjs-2.2.2 Parsing documentation for execjs-2.2.2 Installing ri

Re: [Rails] rails server

2014-11-18 Thread Jason Fleetwood-Boldt
did you prepend bundle exec to your call to rails server ? On Nov 18, 2014, at 5:07 PM, Darko Vulin darkopm...@gmail.com wrote: I have done bundle install and bundle update successfully. But rails server is not working. I have also tried rails s -p $PORT -b $IP. darko@darko-Lenovo-G570

[Rails] Re: Advanced string comparison using active record

2014-11-18 Thread Tal Sh
Thanks, I'll try that. -- 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, send an email to

Re: [Rails] Hiring Ruby on Rails Developer -nerdapplabs-Noida

2014-11-18 Thread rajeevsharma86
@Colin. if you are an Tester without pay Go Ahead and respond in personal email Or a Group coordinator ? Just Inform people about Group Rules. Thanks On Tue, Nov 18, 2014 at 9:03 PM, Colin Law clan...@gmail.com wrote: On 18 November 2014 13:28, hr nerdapplabs nerdappl...@gmail.com wrote:

[Rails] Free tickets to hack.summit() - A Virtual Programming Conference Featuring Top Programmers

2014-11-18 Thread surabhi
Hi everyone, Just wanted to let you know about a special opportunity for subscribers to this group. We're hosting a* virtual conference called hack.summit() taking place December 1-4*, where you can learn from some of the best programmers in the world. An unprecedented line-up of

[Rails] [JOBS]

2014-11-18 Thread Javier Hernandez
Hello community: I have to positions for those interested. 1) Dallas,TX or Seattle,WA Telecom industry. 4-5 years of strong experience working with RoR J2EE. Pay rate $60-$65 per hr/W2 DOE 1.5 years with possible extension. 2) St. Louis, MO Marketing App development for hospitality industry.

[Rails] Re: List of html_options available

2014-11-18 Thread Ciro Santilli
This particular point is not well documented. The best thing to do is to read the source and experiment: https://github.com/rails/rails/blob/52fddcc653458456f98b3683dffd781cf00b35fe/actionview/lib/action_view/helpers/tag_helper.rb I conclude that: - boolean attributes must receive true or

[Rails] Re: rails server

2014-11-18 Thread Gusoi Constantin - Codrut
try `sudo apt-get install nodejs` On Wednesday, November 19, 2014 12:07:22 AM UTC+2, Darko Vulin wrote: I have done *bundle install* and *bundle update *successfully*.* But *rails server *is not working. I have also tried *rails s -p $PORT -b $IP*. *darko@darko-Lenovo-G570 ~/sample_app $