Project
Reverse Dependencies for rails
The projects listed here declare rails as a runtime or development dependency
0.0
Encrypt an additional secrets file for really important secrets.
2020
2021
2022
2023
2024
2025
0.0
Gracefully swap your RoR secret_token.
2020
2021
2022
2023
2024
2025
0.0
Sections_rails adds infrastructure to the view layer of Ruby on Rails. It allows to define and use the HTML, CSS, and JavaScript code of dedicated sections of pages together in one place.
2020
2021
2022
2023
2024
2025
0.0
Rails has a security flaw: All attributes are writable by default.
This allows for spectacular hacks, like this one: https://github.com/rails/rails/commit/b83965785db1eec019edf1fc272b1aa393e6dc57.
This gem makes all attributes protected by default.
2020
2021
2022
2023
2024
2025
0.0
Wrap routes in a 'secured' block to only appear when on an SSL connection
2020
2021
2022
2023
2024
2025
0.0
Secure download for CarrierWave with CanCan
2020
2021
2022
2023
2024
2025
0.0
Add securely hashed attributes to your models, serialized with BCrypt
2020
2021
2022
2023
2024
2025
0.0
Routing-level ssl support for ruby application actions
2020
2021
2022
2023
2024
2025
0.0
This gems includes various tools about security.txt for Ruby: A rails engine, A Rack MiddleWare, a simple parser and generator
2020
2021
2022
2023
2024
2025
0.0
A CMS Engine for Rails.
2020
2021
2022
2023
2024
2025
0.0
Allows for quick serialization/deserialization of objects for moving between environments.
2020
2021
2022
2023
2024
2025
0.0
Enhances the standard rails seeds and the rake tasks
with helper methods to enable omnipotent and easier
maintenance of seeds.
2020
2021
2022
2023
2024
2025
0.0
Extension for ActiveRecord to organize seeds in a directory and generate them as migrations
2020
2021
2022
2023
2024
2025
0.0
If you are migration seed data and only what the migration to run once it is best to log that the migration has already run. This separates data migrations from schema migrations.
2020
2021
2022
2023
2024
2025
0.0
Dump (parts) of your database to db/seedspec.rb to get a headstart creating a meaningful seedspec.rb file.
2020
2021
2022
2023
2024
2025
0.0
A simple gem to seed your Rails application by environment
2020
2021
2022
2023
2024
2025
0.0
Use seeds.rb as test fixtures
2020
2021
2022
2023
2024
2025
0.0
Generate seed files from your schema.
2020
2021
2022
2023
2024
2025
0.0
Let your seed code become a first-class member of the Rails app and put it into seed objects in "app/seeds" alongside the controllers, models etc. Invoke seeds as rake tasks or from within the app/console, with or without the parameters. Progress logging included.
2020
2021
2022
2023
2024
2025
0.0
SeedList is designed for Rails-powered tournament engines that need to persist a 1-indexed ordered list of players (ranked low-to-high by skill or past performance) and then match them up appropriately in the first round of a bracket.
2020
2021
2022
2023
2024
2025