Sha256: 899b8078bfaa67d601ccd076dc767390960000adab9310872919a806962c685b

Contents?: true

Size: 922 Bytes

Versions: 4

Compression:

Stored size: 922 Bytes

Contents

# frozen_string_literal: true

# HexaPDF is a pure Ruby library with an accompanying application for working with PDF files.

#
# exe/rag addons/hexapdf

self.local_template_path = File.dirname(__FILE__)

gac 'base rails 7 image created'

add_controller('home', 'index')
route("root 'home#index'")
route("get 'home/make_pdf'")

force_copy

copy_file 'app/controllers/home_controller.rb'            , 'app/controllers/home_controller.rb'
copy_file 'app/views/home/index.html.erb'                 , 'app/views/home/index.html.erb'

copy_file 'app/views/layouts/_alerts.html.erb'            , 'app/views/layouts/_alerts.html.erb'
copy_file 'app/views/layouts/_navbar.html.erb'            , 'app/views/layouts/_navbar.html.erb'
copy_file 'app/views/layouts/_footer.html.erb'            , 'app/views/layouts/_footer.html.erb'
template  'app/views/layouts/application.html.erb'        , 'app/views/layouts/application.html.erb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_app_generator-0.2.17 after_templates/addons/hexapdf/_.rb
rails_app_generator-0.2.16 after_templates/addons/hexapdf/_.rb
rails_app_generator-0.2.15 after_templates/addons/hexapdf/_.rb
rails_app_generator-0.2.14 after_templates/addons/hexapdf/_.rb