-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RBUI -> RubyUI * rbui -> ruby_ui * fix rails version for phlex 2 * fix checkbox --------- Co-authored-by: Cirdes Henrique <[email protected]>
- Loading branch information
1 parent
5519a5f
commit 4f41cf9
Showing
250 changed files
with
1,473 additions
and
1,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env ruby | ||
|
||
require "bundler/setup" | ||
require "rbui" | ||
require "ruby_ui" | ||
|
||
Bundler.require(:development) | ||
|
||
|
10 changes: 0 additions & 10 deletions
10
lib/generators/rbui/install/templates/base_store_initializer.rb.tt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
lib/generators/rbui/base_generator.rb → lib/generators/ruby_ui/base_generator.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
lib/generators/ruby_ui/install/templates/base_store_initializer.rb.tt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#RubyUI.setup do |config| | ||
|
||
# Setting a namespace allows you to access RubyUI components through this namespace. | ||
# For example, with namespace set to "UI", you can use: | ||
# UI::Button.new instead of RubyUI::Button.new | ||
# UI::Card.new instead of RubyUI::Card.new | ||
# This can help avoid naming conflicts and allows for cleaner, more concise code. | ||
# If you prefer to use RubyUI components directly, you can leave this unset. | ||
# config.namespace = "UI" | ||
#end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.