42c30f2635
0.13.3 (August 17th 2016) FIX #1785 Nested forms and helpers with ERB and Erubis (@ujifgc) FIX #1847 Shoulda on modern rubies NEW #1851 Remove RightJS, Riot, Steak support (@ujifgc) FIX #1872 Implement using partials without Sinatra (@ujifgc) NEW #1906 Allow shortened mailer render calls with default mailer and message names (@ujifgc) FIX #2013 Delegate padrino and padrino-gen to bundler binstubs (@ujifgc) FIX #2016 Escape urls in link_to and form_tag (@ujifgc) FIX #2042 Do not override access control object when registered in multiple apps (@nxs6) FIX #2045 Prevent overwriting params by given query (@namusyaka) NEW #2050 Update Moneta to 0.8.0 (@basex) FIX #2052 String#humanize compatibility with AS ~3.2 NEW #2056 Allow Pry as Padrino console shell FIX #2066 fix reloader with native jruby classes 0.13.2 (May 9th 2016) FIX #1789 Relax Tilt version to allow Tilt 2 (>= 1.4.1, < 3) (@ujifgc) WARN #1989 Warn about coming behavior change (@ujifgc) NEW #1987 Generator now failes with invalid namespace (@ujifgc) NEW Remove many internal uses of ActiveSupport (@ujifgc) FIX #2007 Respect Regexp#names at the time of route search (@namusyaka) FIX #2004 Set default alt attribute for image_tag (@namusyaka) FIX #2008 Login button on the admin app now looks as expected (@namusyaka) FIX #2011 Update mongoid database configuration (@serradura) FIX Remove empty rows and cols from textarea tag (@ujifgc) FIX #2015 Update broken links in the README and docs (@mariozig) FIX #2023 Preserve `default_builder` set in configure_apps (@ujifgc) FIX #2025 Match plugin names with dashes in their names (@wikimatze) WARN Notice about removing ObjectSpace.classes and ObjectSpace.new_classes in 0.14 (@ujifgc) FIX #2027 Use Module#name instead of Module#to_s (@namusyaka) NEW Logger option :sanitize_encoding (@ujifgc) FIX #2006 load missing AR models before calling seeds.rb (@ujifgc) NEW #1921 Adds `–api` option for project generator (@ujifgc) NEW #2032 Adds new `config/initializers` folder loaded during boot (@ujifgc) FIX #2019 Removes deprecation warning for ActiveRecord (@wikimatze)
116 lines
5.4 KiB
Text
116 lines
5.4 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2016/10/19 14:45:25 taca Exp $
|
|
bin/padrino${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/bin/padrino
|
|
${GEM_LIBDIR}/lib/padrino-core.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/application_setup.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/authenticity_token.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/flash.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/params_protection.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/routing.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/show_exceptions.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/caller.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/adapter.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/base.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/binstub.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/console.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/launcher.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/rake.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/rake_tasks.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/command.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/configuration.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/ext/sinatra.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/filter.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/images/404.png
|
|
${GEM_LIBDIR}/lib/padrino-core/images/500.png
|
|
${GEM_LIBDIR}/lib/padrino-core/loader.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/logger.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/module.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/mounter.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/mounter/application_extension.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/compiler.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/error_handler.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/matcher.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/route.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader/rack.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader/storage.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/router.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/server.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/tasks.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/version.rb
|
|
${GEM_LIBDIR}/padrino-core.gemspec
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/Gemfile
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/app/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/app_gem.gemspec
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem.rb
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem/version.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/complex.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/concerned/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/concerned/models/mixins/badmodule.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/custom_dependencies.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/my_dependencies/my_dependency.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/api/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/api/lib/api_lib.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/external_apps/fake_lib.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/external_apps/fake_root.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/helpers/class_methods_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/helpers/instance_methods_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/helpers/system_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/kiq.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/lib/myklass.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/lib/myklass/mysubklass.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/models/child.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/models/parent.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/mountable_apps/rack_apps.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/mountable_apps/static.html
|
|
${GEM_LIBDIR}/test/fixtures/apps/precompiled_app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/simple.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/static.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/stealthy/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system_class_methods_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system_instance_methods_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/a.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/b.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/c.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/e.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/f.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/g.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/d.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/external/app/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/external/app/controllers/base.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/main/app.rb
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
${GEM_LIBDIR}/test/test_application.rb
|
|
${GEM_LIBDIR}/test/test_configuration.rb
|
|
${GEM_LIBDIR}/test/test_core.rb
|
|
${GEM_LIBDIR}/test/test_csrf_protection.rb
|
|
${GEM_LIBDIR}/test/test_dependencies.rb
|
|
${GEM_LIBDIR}/test/test_filters.rb
|
|
${GEM_LIBDIR}/test/test_flash.rb
|
|
${GEM_LIBDIR}/test/test_locale.rb
|
|
${GEM_LIBDIR}/test/test_logger.rb
|
|
${GEM_LIBDIR}/test/test_mounter.rb
|
|
${GEM_LIBDIR}/test/test_params_protection.rb
|
|
${GEM_LIBDIR}/test/test_reloader_complex.rb
|
|
${GEM_LIBDIR}/test/test_reloader_external.rb
|
|
${GEM_LIBDIR}/test/test_reloader_simple.rb
|
|
${GEM_LIBDIR}/test/test_reloader_storage.rb
|
|
${GEM_LIBDIR}/test/test_reloader_system.rb
|
|
${GEM_LIBDIR}/test/test_restful_routing.rb
|
|
${GEM_LIBDIR}/test/test_router.rb
|
|
${GEM_LIBDIR}/test/test_routing.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|