Skip to content

AlexB52/uni_rails

Repository files navigation

UniRails

UniRails makes it easy to build Ruby on Rails apps all within one Ruby file. It's perfect for small personal projects or teaching, as everything is one scroll away.

We aim to help educators and writers create clear examples for articles or books. Rails requires a full folder structure to show the basics, which can be a hassle. UniRails cuts through that by letting you spin up a complete Rails app from just one Ruby file — everything you need in one place.

Check out our examples to understand how the library creates Rails apps from a single file.

Installation & Usage

See some examples of how the UniRails library can be used. Running an example is a easy as ruby filename.rb

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test 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]/uni_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Roadmap

We would like to support all railties and engines. Please help us support more of them

  • action_controller
  • active_record
  • active_model/railtie
  • active_job/railtie
  • active_storage/engine
  • action_mailer/railtie
  • action_mailbox/engine
  • action_text/engine
  • action_view/railtie
  • action_cable/engine

License

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

Code of Conduct

Everyone interacting in the UniRails project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A Ruby library to create single-file Rails applications

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published