Search Results for "senior-ruby-on-rails-developer"
Forum Threads
Looking for Rails work? / Hiring Rails developers?
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...

51
General
Looking for Ruby on Rails Developers to work In a US based company

3
General
Is there less opportunity for junior developers/1st job seekers in Rails?
It seems that almost all of the Ruby on Rails job postings are for senior developers, usually with 5+ years experience, although I am aware of the caveat that one should not let that stop them from...

1
Rails
Is there anyone who could offer advice or help with Generating a PDF Within the Program?

8
Rails
Data Structure - Going back to the basic with Ruby
Hi Kelvin,Let me try and put my own perspective1 - Solid understanding of programming and computer science fundamentals. What do they want me to know?Cracking the coding interview book2 - Data Stru...

2
Ruby
Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)
FairMoney is building the leading mobile bank for emerging markets. FairMoney is unique thanks to its international exposure (with offices on 3 continents) and its impact-driven mission: we bring f...

1
Ruby
Should scopes be seperated out to allow chaining or be specific to the what you are trying to do?
I forgot these existed... have you tried using `merge` / `or` to retain the `ActiveRecord::Relation` instead of returning an array?
```ruby
def all_tenders
self.tenders.merge(self.tenders_by_gro...

5
Rails
Looking for Senior Software Engineer experienced in Ruby!
Hi all,
I'm looking for a Senior Software Engineer to work full time either in Edinburgh or remotely in the UK to work for a leading cloud based accounting platform with over 65,000 users.
Must h...

1
Ruby
Air Quality Monitoring with Ruby, a Raspberry PI & PMS5003 Sensor Discussion
Awesome! Pretty cool. As Jason mentioned if you can have a video showing which Raspberry PI to use and how to connect a Raspberry PI to system to write code that would be great. Also please put lin...

4
General
ActsAsTenant demo app
From a senior dev...
1. Have a tenant table that stores the domain
2. Add tenant_id to devise users table for lookup
3. In the application controller, match up devise's current_user object with th...

2
Rails
Ajax Search Remote True across the site
Way late on a response here. I figured out the problem why it was forcing a HTML response on hitting search box. I had the search_form_for wrapped in a `` tag in the application.html.erb. Removi...

8
General