No release in over a year
Populate schema.rb with stored SQL functions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 4.0.0, < 8.0.0
 Project Readme

ActiveRecord Schema Functions

Add your stored functions to your schema.rb file in your Rails application.

Simply add this gem to your package and you're off!

Note: This currently only support PostgreSQL and hasn't been widely tested across multiple codebases / PostgreSQL versions. Use at your own risk!

Installation

Add this line to your application's Gemfile:

gem 'ar_schema_functions'

And then execute:

$ bundle install

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/visibuild/ar_schema_functions. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

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

Code of Conduct

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