ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
-
Updated
Apr 27, 2020 - Ruby
ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
The best Rails forums engine ever.
Hi - this is a great gem, thanks for creating it and maintaining it!
First time user of Stripe, and it looks like the quick start is missing some steps right in the middle on how to initiate and complete a charge, such as for a subscription.
https://stripe.com/docs/billing/subscriptions/payment
Looks like we have:
Preview and edit app mailer templates in Rails.
Create a Microservice in Rails with minimal ceremony
A simple Rails wrapper for Google Material Icons
How can i create a comment from a controller.
I want to create a comment each time i edit a post(the comment needs to be attached to the thread of the post i edited).
The documentation don't say anything abot creating a comment from the code. How should i do it?
Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
[Deprecated, use flor_core instead] A Rails engine which providing essential infrastructure of workflow. It's based on Workflow Nets.
I want to use this gem, but there is an app example using it? If you have one I can help you with the documentation.
Flipflop lets you declare and manage feature flags in your Rails application.
In the Curation > Translations > Pages tab, we list both the default language page titles and the corresponding locale version of the pages. When a default language page is updated more recently than the locale version of the page, we show a warning icon (and bold the timestamp of the default language page) to alert the curator to the potential problem of the pages being out of sync. But the warni
Add a new graph on the dashboard page (home) that will allow the user to see the most used commands on his Redis database.
Server Timing headers for Rails apps
Rails engine to generate instant reports from adhoc SQL query.
Tracking
Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
when you file a request rather than do a normal save it doesn't seem like model validation errors display in the form.
i handled this with the code below, but i'm not sure it's the best solution or if it's handling all possible errors. would be good to address this in the docs!
def create
@service = current_user.organisation.services.build(service_params)
if @serv
Mountable Rails engine that provides OpenID server/identity provider functionality
FlowCore is a Rails engine to help you build your automation or business process application.
Please help to figure out how to change path to documentation so that I won't need to place it under 'public/swagger_docs/v1/swagger.json'?
I'm used to use https://github.com/brennovich/ruby-swagger and with Rails update 'swagger_engine' is not working anymore (of course).
I could write task for copying .json file everytime it's generated, but that's not nice.
How can we activate rtl mode?
Ruby on Rails API documentation tool
Rails engine to make your projects social. Adds stream, profile, circles, groups and notifications.
Add a description, image, and links to the rails-engine topic page so that developers can more easily learn about it.
To associate your repository with the rails-engine topic, visit your repo's landing page and select "manage topics."
Clicking on a hint icon next to a checkbox field also toggles the checkbox. Since it's impossible to see the hint without changing the value of the checkbox, it makes the hint less useful :)
Maybe hints should display on hover?
(I may just use the helper_text instead, since that's lightweight and works for short hints)