fp_table_rails:Rails的简单表生成器

时间:2024-06-08 08:57:27
【文件属性】:

文件名称:fp_table_rails:Rails的简单表生成器

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-08 08:57:27

Ruby

FellowPlus表构建器 gem 'fp_table', git: 'https://github.com/FellowPlusDev/fp_table_rails.git' <%= table_for Article, @articles do |t| %> <%= t.column :title %> <%= t.column 'actions' do |article| %> <%= link_to 'Show', article %> <%= link_to 'Edit', edit_article_path(article) %> <%= link_to 'Destroy', article, method: :delete, remote: true %> <% end %> <% end %>


【文件预览】:
fp_table_rails-master
----.gitignore(588B)
----README.md(409B)
----bin()
--------console(333B)
--------setup(115B)
----Gemfile(93B)
----LICENSE(1KB)
----fp_table.gemspec(1KB)
----.rspec(31B)
----Gemfile.lock(2KB)
----spec()
--------factories.rb(175B)
--------fp_table_spec.rb(308B)
--------models.rb(35B)
--------schema.rb(198B)
--------spec_helper.rb(465B)
----.travis.yml(30B)
----lib()
--------fp_table.rb(243B)
--------fp_table()
----Rakefile(28B)

网友评论