Metadata


Name
padrino-helpers
Version
0.10.5
Platform
ruby
Authors
Padrino Team
Nathan Esquenazi
Davide D'Agostino
Arthur Chiu
Bindir
bin
Date
2011-10-12 00:00:00 UTC
Dependencies
padrino-core (= 0.10.5)
i18n (~> 0.6)
Description
Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino
Email
padrinorb@gmail.com
Extra rdoc files
README.rdoc
Files
.document
.gitignore
.yardopts
LICENSE.txt
README.rdoc
Rakefile
lib/padrino-helpers.rb
lib/padrino-helpers/asset_tag_helpers.rb
lib/padrino-helpers/form_builder/abstract_form_builder.rb
lib/padrino-helpers/form_builder/standard_form_builder.rb
lib/padrino-helpers/form_helpers.rb
lib/padrino-helpers/format_helpers.rb
lib/padrino-helpers/locale/cs.yml
lib/padrino-helpers/locale/da.yml
lib/padrino-helpers/locale/de.yml
lib/padrino-helpers/locale/en.yml
lib/padrino-helpers/locale/es.yml
lib/padrino-helpers/locale/fr.yml
lib/padrino-helpers/locale/hu.yml
lib/padrino-helpers/locale/it.yml
lib/padrino-helpers/locale/ja.yml
lib/padrino-helpers/locale/lv.yml
lib/padrino-helpers/locale/nl.yml
lib/padrino-helpers/locale/no.yml
lib/padrino-helpers/locale/pl.yml
lib/padrino-helpers/locale/pt_br.yml
lib/padrino-helpers/locale/ru.yml
lib/padrino-helpers/locale/tr.yml
lib/padrino-helpers/locale/uk.yml
lib/padrino-helpers/locale/zh_cn.yml
lib/padrino-helpers/locale/zh_tw.yml
lib/padrino-helpers/number_helpers.rb
lib/padrino-helpers/output_helpers.rb
lib/padrino-helpers/output_helpers/abstract_handler.rb
lib/padrino-helpers/output_helpers/erb_handler.rb
lib/padrino-helpers/output_helpers/haml_handler.rb
lib/padrino-helpers/output_helpers/slim_handler.rb
lib/padrino-helpers/render_helpers.rb
lib/padrino-helpers/tag_helpers.rb
lib/padrino-helpers/translation_helpers.rb
padrino-helpers.gemspec
test/fixtures/markup_app/app.rb
test/fixtures/markup_app/views/capture_concat.erb
test/fixtures/markup_app/views/capture_concat.haml
test/fixtures/markup_app/views/capture_concat.slim
test/fixtures/markup_app/views/content_for.erb
test/fixtures/markup_app/views/content_for.haml
test/fixtures/markup_app/views/content_for.slim
test/fixtures/markup_app/views/content_tag.erb
test/fixtures/markup_app/views/content_tag.haml
test/fixtures/markup_app/views/content_tag.slim
test/fixtures/markup_app/views/current_engine.erb
test/fixtures/markup_app/views/current_engine.haml
test/fixtures/markup_app/views/current_engine.slim
test/fixtures/markup_app/views/fields_for.erb
test/fixtures/markup_app/views/fields_for.haml
test/fixtures/markup_app/views/fields_for.slim
test/fixtures/markup_app/views/form_for.erb
test/fixtures/markup_app/views/form_for.haml
test/fixtures/markup_app/views/form_for.slim
test/fixtures/markup_app/views/form_tag.erb
test/fixtures/markup_app/views/form_tag.haml
test/fixtures/markup_app/views/form_tag.slim
test/fixtures/markup_app/views/link_to.erb
test/fixtures/markup_app/views/link_to.haml
test/fixtures/markup_app/views/link_to.slim
test/fixtures/markup_app/views/mail_to.erb
test/fixtures/markup_app/views/mail_to.haml
test/fixtures/markup_app/views/mail_to.slim
test/fixtures/markup_app/views/meta_tag.erb
test/fixtures/markup_app/views/meta_tag.haml
test/fixtures/markup_app/views/meta_tag.slim
test/fixtures/markup_app/views/partials/_erb.erb
test/fixtures/markup_app/views/partials/_haml.haml
test/fixtures/markup_app/views/partials/_slim.slim
test/fixtures/markup_app/views/simple_partial.erb
test/fixtures/markup_app/views/simple_partial.haml
test/fixtures/markup_app/views/simple_partial.slim
test/fixtures/render_app/app.rb
test/fixtures/render_app/views/current_engine.haml
test/fixtures/render_app/views/current_engines/_erb.erb
test/fixtures/render_app/views/current_engines/_haml.haml
test/fixtures/render_app/views/current_engines/_slim.slim
test/fixtures/render_app/views/erb/test.erb
test/fixtures/render_app/views/explicit_engine.haml
test/fixtures/render_app/views/haml/test.haml
test/fixtures/render_app/views/template/_user.haml
test/fixtures/render_app/views/template/haml_template.haml
test/fixtures/render_app/views/template/some_template.haml
test/helper.rb
test/test_asset_tag_helpers.rb
test/test_form_builder.rb
test/test_form_helpers.rb
test/test_format_helpers.rb
test/test_locale.rb
test/test_number_helpers.rb
test/test_output_helpers.rb
test/test_render_helpers.rb
test/test_tag_helpers.rb
Has rdoc
true
Homepage
http://www.padrinorb.com
Rdoc options
--charset=UTF-8
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 1.3.6
Rubyforge project
padrino-helpers
Rubygems version
1.6.2
Specification version
3
Summary
Helpers for padrino
Test files
test/fixtures/markup_app/app.rb
test/fixtures/markup_app/views/capture_concat.erb
test/fixtures/markup_app/views/capture_concat.haml
test/fixtures/markup_app/views/capture_concat.slim
test/fixtures/markup_app/views/content_for.erb
test/fixtures/markup_app/views/content_for.haml
test/fixtures/markup_app/views/content_for.slim
test/fixtures/markup_app/views/content_tag.erb
test/fixtures/markup_app/views/content_tag.haml
test/fixtures/markup_app/views/content_tag.slim
test/fixtures/markup_app/views/current_engine.erb
test/fixtures/markup_app/views/current_engine.haml
test/fixtures/markup_app/views/current_engine.slim
test/fixtures/markup_app/views/fields_for.erb
test/fixtures/markup_app/views/fields_for.haml
test/fixtures/markup_app/views/fields_for.slim
test/fixtures/markup_app/views/form_for.erb
test/fixtures/markup_app/views/form_for.haml
test/fixtures/markup_app/views/form_for.slim
test/fixtures/markup_app/views/form_tag.erb
test/fixtures/markup_app/views/form_tag.haml
test/fixtures/markup_app/views/form_tag.slim
test/fixtures/markup_app/views/link_to.erb
test/fixtures/markup_app/views/link_to.haml
test/fixtures/markup_app/views/link_to.slim
test/fixtures/markup_app/views/mail_to.erb
test/fixtures/markup_app/views/mail_to.haml
test/fixtures/markup_app/views/mail_to.slim
test/fixtures/markup_app/views/meta_tag.erb
test/fixtures/markup_app/views/meta_tag.haml
test/fixtures/markup_app/views/meta_tag.slim
test/fixtures/markup_app/views/partials/_erb.erb
test/fixtures/markup_app/views/partials/_haml.haml
test/fixtures/markup_app/views/partials/_slim.slim
test/fixtures/markup_app/views/simple_partial.erb
test/fixtures/markup_app/views/simple_partial.haml
test/fixtures/markup_app/views/simple_partial.slim
test/fixtures/render_app/app.rb
test/fixtures/render_app/views/current_engine.haml
test/fixtures/render_app/views/current_engines/_erb.erb
test/fixtures/render_app/views/current_engines/_haml.haml
test/fixtures/render_app/views/current_engines/_slim.slim
test/fixtures/render_app/views/erb/test.erb
test/fixtures/render_app/views/explicit_engine.haml
test/fixtures/render_app/views/haml/test.haml
test/fixtures/render_app/views/template/_user.haml
test/fixtures/render_app/views/template/haml_template.haml
test/fixtures/render_app/views/template/some_template.haml
test/helper.rb
test/test_asset_tag_helpers.rb
test/test_form_builder.rb
test/test_form_helpers.rb
test/test_format_helpers.rb
test/test_locale.rb
test/test_number_helpers.rb
test/test_output_helpers.rb
test/test_render_helpers.rb
test/test_tag_helpers.rb
Original platform
ruby
New platform
ruby