Small projects for Junior Developers

Help Junior developers get hired by sharing small projects they can work on to build their resume with paid work.

All Bounties

Call Stacking is the easiest way for new engineers to understand your large codebase . Onboarding a new engineer in a day, not weeks.

The current Call Stacking client utilizes a synchronous HTTP post to send the trace data to the server.

Change the client class to utilize an asynchronous request to post the data to the callstacking.com server so that it doesn't block the collection logic.

The client should gracefully retry and fail if it can't reach the server.

We can Zoom to discuss possible solutions and tradeoffs.

URL: https://callstacking.com/
Repo: https://github.com/callstacking/callstacking-rails

Assigned
Created by Jim Jones
View Project

For propertywebbuilder, my rails based open source real estate website builder I would like to add documentation about deploying to an alternative provider with a free plan.

Please add a comment in the issue stating what provider you would like to document before starting on this.  Thanks.

Assigned
Created by Ed Tee
View Project

Fix card overflow.

Assigned
Created by MyBuddyAndrew
View Project

https://github.com/excid3/beginnerbounties.com/issues/7

Assigned
Created by Ryan Bigg
View Project

Add a post to the repos page of real-world-rails for RailsDevs.

URL: https://railsdevs.com
Repo: https://github.com/joemasilotti/railsdevs.com

Assigned
Created by Joe Masilotti
View Project

The current Rails World 2023 website lives at rubyonrails.org/world.
That needs to be archived to rubyonrails.org/world/2023 so that we can use /world as a landing page, and the Rails World 2024 site can live at /world/2024 (and all years going forward will follow the same convention).
The folder structure will also need to change so that each Rails World will have it's own folder for speakers and sessions.

Complete
Created by Amanda Perino
View Project

Using the same styling as found on the rubyonrails.org home page, please add the Rails Foundation member logos to the /foundation page.
This is how it should look:[Screenshot 2023-10-03 at 13.22.53.png]
But I can't quite get the padding and coloring right:
[Screenshot 2023-10-03 at 13.24.19.png][Screenshot 2023-10-03 at 13.24.23.png]
I will send the logos, links, and exact location where these should go to the person who gets this assignment.

Complete
Created by Amanda Perino
View Project

safe_query is a library designed to raise exceptions when potentially unsafe queries are executed via ActiveRecord. To ignore a false positive, the docs recommend converting the relation to an array first before trying to iterate over the results.

The tests (written in rspec) don't cover this case, so a PR addressing this issue should specifically cover the case where converting to an array with `to_a` does not raise an exception when it normally would

Complete
Created by Peter Cai
View Project

We'd love to be able to tell folks that visit https://rubyandrails.info about the FriendlyRB conference. Can you help us with that?

Complete
Created by Adrian Marin
View Project

I noticed today that the the sign in and registration screens don't have some common UX affordances. I'd like to fix that.
A PR addressing this issue should: 
• Set the tab order on the sign in screen to email then password then forgot password 
• Set the tab order on the registration screen to email then password then password confirmation (if it isn't already) 
• Autofocus on the email field for both of these forms

Complete
Created by Joe Masilotti
View Project