PaperClip
CarrierWave
PaperClip | CarrierWave | |
---|---|---|
9 | 4 | |
9,061 | 8,776 | |
- | -0.1% | |
0.0 | 8.1 | |
over 1 year ago | 29 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PaperClip
-
Test Data Libraries for Elixir
The factory library ExMachina created by Thoughbot uses function names and generates an atom used to call factories. For example:
-
Please critique my rather simple portfolio website
Take a look at https://thoughtbot.com/ for a dark themed site. The site has both a light and dark theme which is triggered by your system setting (on macos: System Preferences > General > Appearance)
-
Get help from thoughtbot for free (mentoring / office hours)
I work at thoughtbot, you might know us for our open source work like administrate, factory_bot or shoulda-matchers.
- How for God's sake can any coding work be outsourced, horrific experiences
-
Ask HN: How do I pivot into SWE from being a stay-at-home dad?
FWIW, Boston is where Thoughtbot is headquartered; their apprenticeship program might not be exactly what you're looking for, but they also have a lot of useful introductory resources.
https://thoughtbot.com
-
Ask HN: Who wants to be hired? (November 2021)
Location: Charleston, SC
Remote: Yes
Willing to relocate: Probably not
Technologies: Rust, Elixir, Ruby, Blockchain, Solidity
Résumé/CV: https://docs.google.com/document/d/1RK7hqiLKhMhXcopzG8oKDGhC...
Email: [email protected]
Hello,
After working at [thoughtbot](https://thoughtbot.com/) for five years I just finished building my own blockchain. Moonshine Exchange has realtime transaction settlement and pulled in >$100K in liquidity organically without any outside funding. I'm looking for my next gig, not necessarily in the blockchain space. Rust and Elixir preferred but open to any technology!
-
Software engineers at the end of the day
You could even be crazy and ask https://thoughtbot.com/ for a job and say you're willing to intern. If you get thoughtbot in your cv you're good for life.
-
Any recomendations for a good technical document / blog platform?
Any suggestions of a good place to host such a blog? We all love thoughtbot.com, but unless they want to hire me unfortunately I'm not going to be able to post there ; ). I've considered a few platforms, but most feel incomplete for what I'm looking for.
CarrierWave
-
Released a Library for Synchronous Execution of Asynchronous Processes in JS/TS
Accel Record is also designed to be similar to Ruby on Rails' Active Record in terms of usability, and one of the things I want to achieve in the future is to create a library like CarrierWave. CarrierWave allows you to save images to external storage services (such as AWS S3) when saving records, and to achieve this with Accel Record, it is necessary to execute asynchronous processes such as image uploads synchronously. I expect that this process can be executed faster by using worker_threads instead of subprocesses.
-
I've done a mistake when I've chosen ActiveStorage (Rails 7. Start Kit, Release 1.7)
Don't you know `carrierwave` and `shrine` work already with this secure way to name folders/files? - https://github.com/carrierwaveuploader/carrierwave - https://github.com/shrinerb/shrine
-
Carrier Wave and How to Test Uploading a New Image to a ActiveRecord::Base Model
We’re a Rails shop at Forem. In the Forem code base we use the CarrierWave gem to help with our file uploads.
What are some alternatives?
Shrine - File Attachment toolkit for Ruby applications
Refile - Ruby file uploads, take 3
DragonFly - A Ruby gem for on-the-fly processing - suitable for image uploading in Rails, Sinatra and much more!
rack-secure-upload - Upload files securely
attache - Yet another approach to file upload
kt-paperclip - Easy file attachment management for ActiveRecord
rails7-startkit - Launch Rails with 1 shell command!