similar to: [JOBS] yp.com is hiring Ruby engineers!

Displaying 20 results from an estimated 2000 matches similar to: "[JOBS] yp.com is hiring Ruby engineers!"

2019 Apr 11
2
[Job Ad] IBM India is hiring compiler engineers
*Who You Are* - * As a senior compiler developer and performance analyst you will be part of a team of engineers who are working on the optimization of our current and future servers. - * You will be part of a team of passionate and expert performance analysts and will bring in key development expertise to the team. - * You will be responsible for the identification of new instructions, latency
2019 Dec 26
2
[Job Ad]Alibaba Group is hiring deep learning compiler engineers
Hi, I’m writing this email behalf of my manager in Alibaba. Our team is working on a deep learning engine called MNN. We open sourced it this May. (Github link here: https://github.com/alibaba/MNN ). It has industry-leading blazing fast inference speed on mobile and it is tiny in size. In the internal experiments we ran, MNN outperforms other inference engines under almost all settings by
2012 Aug 31
1
after_fork - ActiveRecord::AdapterNotSpecified
Hi all, I''m fighting with the after_fork hook and my sinatra application. The Sinatra app is using active_record, In my unciron.rb file I''m using preload_app true after_fork do |server, worker| ? defined?(ActiveRecord::Base) and ??? ActiveRecord::Base.establish_connection End but I always get the error: ERROR -- : ActiveRecord::AdapterNotSpecified
2009 Mar 04
5
Sinitra 0.9.1 Webrat 0.4.2 Cuc problem
Have created sample sinatra cucumber app as suggested on wiki. Tried both env.rb configurations from there and aslaks git repo. With this combination of gems I get the following error doing basic cuc tests When I visit ''/foo'' # features/step_definitions/general.rb:1 PATH_INFO must start with / (Rack::Lint::LintError)
2013 Oct 09
0
getting selenium working with jruby/sinatra/cucumber/webrat on windows
I am trying to run cucumber/webrat with Sinatra on Jruby 1.7.3 (1.9.3) on Windows. It seems to work ok, but when I try to add selenium to webrat. I get the error shown below. It seems like it thinks it is in a linux environment or something as the error happens when it tries to start selenium server and there is a "&" at the end of the argument chain. I took a look at capybara
2010 Sep 07
0
[JOBS] HelloExpert.com is looking for technology leaders (Dir/VP level hires)
HelloExpert.com provides free and personalized expert solutions anytime anywhere. The platform uses latest web 2.0, search engine, unified communication technologies to present a unique social-business concept to professionals, academia and world’s elite population. HelloExpert.com is recognized as one of the disruptive social-business enabling ideas and we have recently been adjudged as Semi
2010 Mar 13
1
Testing file upload (Sinatra, RSpec, Rack-Test)
Hi. I have a simple application and I want to add a file upload functionality. How can I write a spec? Here''s my try. # directory structure app: - controller.rb - controller.spec.rb - files: [] - fixtures: [test_file.png] # controller.spec.rb require ''rack/test'' require ''controller'' module MyHelpers def app Sinatra::Application end end
2012 Feb 21
0
Puppet Labs is growing - now hiring for 2 jobs based anywhere in US!
Puppet Labs continues to grow! (Seriously - we''re now at 70 employees and continuing to hire more!) I''m currently hiring a Sr Professional Services engineer to work with our clients on custom engagements, lead Puppet trainings, and more. In addition, we''ve added a new Senior Sales Engineer role who will provide advanced pre-sales support to our sales team and
2010 Jan 05
0
[JOBS] WorkBeast is Hiring!!!!
Do you like using recruiters to find jobs or hire? We don’t like it either. WorkBeast has created a business model that uses technology to change how people hire, and vastly improves the process. Consultants will earn more money through our site. Companies will find better people, easier, faster and cheaper. Most importantly we eliminate the need for recruiters entirely. We are currently looking
2006 Mar 15
0
Okcupid is hiring, C++ Software engineer, New York, NY
We're currently hiring at Okcupid. Software Engineer ----------------- Location: New York, NY (Chelsea / Union Square, 20-30 minutes from other boroughs and NJ). OkCupid has several open Software Engineer positions for which we seek an outstanding full-time technologists. Candidates should expect to work closely with the CTO on many critical technology issues, but the primary
2011 Nov 28
0
Software Developer (Ruby, Rails, Sinatra), Full Time Position, Phoenix, AZ
Good day! I wanted to reach out to you about a full time job opportunity. This is a Software Developer (Ruby, Rails, Sinatra) position located in Phoenix, AZ. Below are the details of the job. If you believe that you are a good fit for this position, apply now or if you have someone else in mind who would suit the requirement please pass this email along. We do have referral bonus for most of our
2013 Mar 04
1
sinatra server side file upload with progress bar ?
I am using this jquery file upload plugin. In firefox it has progress bars, but these don''t work in IE. We are using Sinatra/JRuby/tomcat This is the plugin: https://github.com/blueimp/jQuery-File-Upload I believe the progress bars don''t work in IE, because IE doesn''t support that in ajax until version 10 and we have to support version 9. This page summarizes
2012 Apr 13
0
console for JRuby/Sinatra with Tomcat ?
We are using Ruby Sinatra running on JRuby with tomcat as a server. I saw where it was claimed you could get a console in Sinatra by doing something like this: irb -r my_sinatra_app.rb for me that would be jruby -S rb my_sinatra_app.rb but I get this error when I do that as obviously tomcat must initialize some things: C:/Tomcat60/webapps/ROOT/WEB-INF/vendor/activerecord-jdbc-
2009 Aug 05
5
Logging out with Rake:Auth:Basic
Hi all, I''m writting a small app that requires basic authentication in Sinatra. I followed the advice of the official Sinatra faq (http://www.sinatrarb.com/faq.html#auth) and have implemented this code with success: [code] require ''rubygems'' require ''sinatra'' helpers do def protected! response[''WWW-Authenticate''] = %(Basic
2010 Apr 23
2
Routing a Sinatra application
Hello, I wish to route a sinatra application in my Rails 3 app. As said by Yehuda, it should be possible. http://yehudakatz.com/2009/12/26/the-rails-3-router-rack-it-up/ However I see the route isn''t recognized and I get ActionController::RoutingError problems. It works well with simple rack apps however (the test in actionpack with a lambda passes well). I''ve written a test
2010 Nov 19
1
Performance issue with Thin
It''s not about scalability on a huge site, but the lowest possible latency for a very small app. I have a little app with Thin and Sinatra. My app generates the page in about 50ms. After getting the browser request, thin waits 50ms and then it takes 300ms sending the page, to Chromium at localhost. (It takes 300ms to send a static a.html with the word "test" on it, too, so it
2010 Jun 09
4
rails+sinatra sent image
Hi! I have simple rails application - users with name and avatar and in sinatra I want to create new user. form for new user <form action="/users/create" enctype="multipart/form-data" method="post"> <p> <label for="name">Name: </label> <input type="text" id="name" name="user[name]" >
2014 May 17
0
[JOBS] Junior RoR developer (remotely)
Hi guys, The company I'm contracting at is looking for: Junior Ruby on Rails developer Requirements: * experience with building Rails/Sinatra web applications, * Experience with Javascript/jQuery (good to have: Angular, /Backbone) * Experience with building frontend part of application * Good understanding of English (spoken and written) Looking Forward,
2012 Sep 24
0
[JOBS] DevOps Engineers with Ruby Rails @LivingSocial
DC-based or Remote; open to locations. Networking and referrals welcome. I''m #*hiring* <https://twitter.com/search/?q=%23hiring&src=hash> #*DevOps*<https://twitter.com/search/?q=%23DevOps&src=hash> @*LivingSocial* <https://twitter.com/LivingSocial> #*Chef*<https://twitter.com/search/?q=%23Chef&src=hash> #*opscode*
2013 Mar 15
2
Icalendar.Parse(StringIO.new(aString)) complains about missing method, bytesize
I need to send an ics file to a web service, so however it gets there it will arrive as a string. Is there another way to begin Icalendar''s Parse than with a file? I''m currently sending the file using the curl command... curl -v --data-urlencode ics at invite.ics http://127.0.0.1:4567/ics2event I''ve tried curl''s --data-binary and sinatra''s