Project

plutonium

0.0
The project is in a healthy, maintained state
Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.8
~> 6.2
~> 2.3
~> 0.16.1
>= 7.1.2
~> 4.1
 Project Readme

Plutonium: Nuclear ☢️ Reactor Included

Ruby

Plutonium picks up where Rails left off, introducing application level concepts and tooling, transforming the way you build applications with Rails. It's a culmination of lessons learned from years of developing nearly identical applications and is designed to save you from the drudgery of re-implementation.

Why Choose Plutonium?

  • Efficiency by Design: Plutonium is built for developers who demand efficiency without compromise. It automates 90% of your application needs while giving you the flexibility to tailor the remaining 10% to your specific requirements.
  • Comprehensive Features: Plutonium covers a wide array of functionalities out of the box:
    • Authentication & Authorization
    • Complete CRUD operations with advanced features: customizable inputs, fields, tables, forms, pagination, actions, search, scopes, filtering, nested resources and much more.
    • Modular architecture leveraging Rails engines for improved packaging and namespacing.
    • Time-saving generators for boilerplate tasks.
  • Omakase with a Twist: Inspired by Rails' omakase philosophy, Plutonium delivers a convention-based approach but doesn't box you in. It's seamlessly integrated into your project, allowing you to write your application as you would with vanilla Rails but with powerful extensions.
  • MVC and Beyond: Plutonium adopts the MVC pattern, enhanced with modern web technologies like hotwire, to deliver an interactive and robust user experience. It emphasizes progressive enhancement, ensuring a smooth development process and end-user experience.
  • Rails Harmony: A Plutonium app is a Rails app at its core. It respects and builds upon Rails' conventions, making it intuitive for Rails developers. If you know Rails, learning Plutonium requires only a few new concepts.
  • Effortless Customization: Plutonium is designed for easy customization to meet your unique requirements. Whether adjusting the functionality of entire resource groups or fine-tuning individual elements, our accessible low-level APIs and the familiar Rails conventions offer unparalleled flexibility. This ensures that any modifications you need to make can be implemented swiftly and smoothly, reducing complexity and enhancing your development experience.
  • Community-Driven Dependencies: Plutonium stands on the shoulders of giants, integrating with well-established gems chosen for their robustness and flexibility, including:

Quick Start

Get Plutonium up and running in your Rails application with these simple steps:

  1. Add Plutonium to your Gemfile:
gem "plutonium"
  1. Bundle Install:
bundle
  1. Install Plutonium:
rails g pu:core:install

Start building your Rails applications faster, with more flexibility and less boilerplate. Plutonium is here to revolutionize your development process.

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/plutonium.

License

The gem is available as open source under the terms of the MIT License.