editus 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: editus
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - hungkieu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-07-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '5.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '5.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: |
42
+ This application is a user-friendly web interface designed to work with a Ruby on Rails application. With a simple and intuitive web interface, users can conveniently access the features of the application.
43
+
44
+ One of the key features of this application is the ability to directly edit models. This enables users to make changes directly to the data without the need to learn and use complex tools. Through the web interface, users can access and modify the attributes of models with ease.
45
+
46
+ Additionally, the application provides the capability to run predefined scripts. This allows users to perform automated tasks or handle complex data processing through prebuilt scripts. Running these scripts via the web interface saves users time and effort compared to alternative methods.
47
+ email:
48
+ - hungkieu.h12@gmail.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - MIT-LICENSE
54
+ - README.md
55
+ - Rakefile
56
+ - app/controllers/editus/application_controller.rb
57
+ - app/controllers/editus/home_controller.rb
58
+ - app/helpers/editus/application_helper.rb
59
+ - app/helpers/editus/home_helper.rb
60
+ - app/models/editus/application_record.rb
61
+ - app/views/editus/home/index.html.erb
62
+ - app/views/editus/home/manual_update.html.erb
63
+ - app/views/editus/home/scripts.html.erb
64
+ - app/views/editus/home/validate.html.erb
65
+ - app/views/editus/supports/bug.html.erb
66
+ - app/views/layouts/editus/application.html.erb
67
+ - config/routes.rb
68
+ - lib/editus.rb
69
+ - lib/editus/actions.rb
70
+ - lib/editus/client.rb
71
+ - lib/editus/cop.rb
72
+ - lib/editus/definition_proxy.rb
73
+ - lib/editus/engine.rb
74
+ - lib/editus/file.rb
75
+ - lib/editus/proxy.rb
76
+ - lib/editus/script.rb
77
+ - lib/editus/version.rb
78
+ - lib/tasks/editus_tasks.rake
79
+ homepage: https://github.com/muoihai-com/editus
80
+ licenses:
81
+ - MIT
82
+ metadata:
83
+ homepage_uri: https://github.com/muoihai-com/editus
84
+ post_install_message:
85
+ rdoc_options: []
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: '0'
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ requirements: []
99
+ rubygems_version: 3.1.4
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: This application is a simple web interface integrated with an existing Ruby
103
+ on Rails application. It allows users to directly edit models, run predefined scripts,
104
+ and easily undo changes.
105
+ test_files: []