contact_us:宝石通过Rails 3+引擎提供简单的联系表单功能

时间:2024-04-14 10:19:42
【文件属性】:

文件名称:contact_us:宝石通过Rails 3+引擎提供简单的联系表单功能

文件大小:111KB

文件格式:ZIP

更新时间:2024-04-14 10:19:42

Ruby

联系我们 提供基本联系表的Rails 3+ Engine。 还有一个演示应用程序,显示ContactUs表单的工作方式: 要求 与我们联系需要: Ruby> = 1.9.3 导轨> = 3.0.0 还建议使用Formtastic或SimpleForm(请参阅配置),以挂接到您的应用程序自定义表单构建器中。 安装 在您的Gemfile ,添加以下依赖项: gem 'contact_us' , '~> 1.0.1' 在终端运行的Rails.root中: bundle bundle exec rake contact_us:install 在config/initializers/contact_us.rb修改: config . mailer_to = "contact@please-change-me.com" 更改为您希望接收表单提交的电子邮件地址,例如: conf


【文件预览】:
contact_us-master
----.travis.yml(198B)
----config()
--------locales()
--------routes.rb(750B)
----Rakefile(51B)
----app()
--------models()
--------controllers()
--------views()
--------mailers()
--------helpers()
----Gemfile(95B)
----contact_us.gemspec(1KB)
----.rspec(68B)
----spec()
--------models()
--------features()
--------support()
--------controllers()
--------dummy()
--------lib()
--------mailers()
--------spec_helper.rb(2KB)
----.gitignore(193B)
----CHANGELOG.md(2KB)
----lib()
--------tasks()
--------templates()
--------contact_us()
--------contact_us.rb(888B)
----README.md(5KB)
----MIT-LICENSE(1KB)

网友评论