# Generatore di plugin per Rails

**URL:** https://meta.discourse.org/t/rails-plugin-generator/95907
**Category:** Announcements
**Created:** [29 Agosto 2018, 11:43am UTC](https://meta.discourse.org/t/rails-plugin-generator/95907 "2018-08-29T11:43:01Z")
**Posts on this page:** 1
**Showing post:** 30

<div class="post-metadata">

### Author: ![spirobel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spirobel/32/170908_2.png) [@spirobel](https://meta.discourse.org/u/spirobel)
#### Post date: [24 Giugno 2019, 3:39pm UTC](https://meta.discourse.org/t/rails-plugin-generator/95907/30 "2019-06-24T15:39:00Z")

</div>

I followed this tutorial [https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515). Just installed and worked so guess its clean.  
I typed:

> bundle exec rails g plugin cidian

EDIT: Capitalization matters in ruby. The name of the plugin created by this generator gets to be a ruby class so that’s why a lower case argument supplied to this generator will lead to a broken plugin.

---

_[View the full topic](https://meta.discourse.org/t/rails-plugin-generator/95907)._
