railsui 3.4.2 → 3.4.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c52e751d26db3957900faa41e81fa9506f4bf76e103cb0157cb96c8da55974e5
4
- data.tar.gz: ddc98fa8752fede4a76eec1518f0d8c9d3f166fcc362dfd6d942de051ad2b846
3
+ metadata.gz: b09f7557829679b4405f9d50469ae9fc54410a7574c34ff2c50673168c6a7518
4
+ data.tar.gz: 28d5f7cf80c9602ced3a4b67c2df66268678ba11bea90f9f0438bf69cf0e429f
5
5
  SHA512:
6
- metadata.gz: adfad7751e7f2665b07edf5647eb58243e60ef5c45e29a1786f87165dd5cecfccc751b02e49e9b624e565191719fc81361c5a8277cde1c1123c07da56a3527c3
7
- data.tar.gz: 8802fa30544225f12f13fd38873ee15c36f9e574d0d1b5acc6abf5805b3f37a17ce28d217677a2ea970373e28f9ffb8ea7dc77e3357646a656f7da64c09bab81
6
+ metadata.gz: f431553148ecafd055131a3fa1d29eea3d7f71d8de2bdd252149c31e781891d2255384f6c3c36b24be85b6929b30f5389bd7a6facaf1c3a6dc453a86b2558abb
7
+ data.tar.gz: b9cdbd53ad565a6fe100e4ee7e61b86dc544a00a82ac7595c08fdb7dc9b1a37415f91493b641bb9caf50dde39caf63d1ba051742990c5dec218c3b08b78f8bfe
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- railsui (3.4.2)
4
+ railsui (3.4.3)
5
5
  psych
6
6
  rails (>= 7.0)
7
7
  railsui_icon
@@ -244,6 +244,7 @@ PLATFORMS
244
244
  arm64-darwin-21
245
245
  arm64-darwin-22
246
246
  arm64-darwin-23
247
+ arm64-darwin-25
247
248
  x86_64-darwin-20
248
249
  x86_64-linux
249
250
 
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Rails UI
4
4
 
5
- Professionally designed themes and components for Ruby on Rails. Leverage breath-taking UI to fast-track your next idea.
5
+ The product UI system for Rails SaaS builders. Complete app kits and the Rails-native components behind them, in clean ERB and Tailwind, so you ship a finished product instead of a blank page.
6
6
 
7
7
  ### Links
8
8
 
@@ -201,17 +201,19 @@ After installation, visit `localhost:3000/railsui` to configure:
201
201
 
202
202
  ### Important Notes
203
203
 
204
- Each theme comes with pages in `app/views/rui` that are treated as read-only. Updating your configuration will overwrite these files. To customize pages, copy them to your app:
204
+ Each app kit comes with pages in `app/views/rui` that are treated as read-only. Updating your configuration will overwrite these files. To customize pages, copy them to your app:
205
205
 
206
206
  ```bash
207
207
  cp app/views/rui/pages/dashboard.html.erb app/views/pages/dashboard.html.erb
208
208
  ```
209
209
 
210
- ## Themes
210
+ ## App kits
211
211
 
212
- Themes are the core of Rails UI, combining UI components, pages, assets, JavaScript, and color palettes to help you create a professionally designed, niche application. The UI can adapt based on how you implement it.
212
+ App kits are the core of Rails UI: complete product surfaces for a kind of SaaS, combining real screens, UI components, assets, JavaScript, and color palettes. Pick the app kit closest to what you are building, keep the screens that fit, and customize the rest.
213
213
 
214
- Themes serve as a starting point for your app, with reusable components extracted for flexibility. These components are ready for use inside your application when you install Rails UI.
214
+ > Note: on railsui.com these are called app kits. Inside the gem and its config they are still referred to as themes (for example `Railsui.config.theme` and `app/assets/stylesheets/railsui/theme.css`), so you will see both terms.
215
+
216
+ App kits serve as a starting point for your app, with reusable components extracted for flexibility. These components are ready for use inside your application when you install Rails UI.
215
217
 
216
218
  ### Pages
217
219
 
@@ -223,23 +225,23 @@ More pages will be added over time.
223
225
 
224
226
  ### Included assets
225
227
 
226
- Each theme comes with a collection of assets to help you get started. Much of these are placeholders and are not meant to be used in production. We strive to still create realistic examples for you to use as a starting point.
228
+ Each app kit comes with a collection of assets to help you get started. Much of these are placeholders and are not meant to be used in production. We strive to still create realistic examples for you to use as a starting point.
227
229
 
228
230
  ### UI components
229
231
 
230
- After installing Rails UI and choosing a theme you'll find a collection of components and best practices for real-world applications at your disposal.
232
+ After installing Rails UI and choosing an app kit you'll find a collection of components and best practices for real-world applications at your disposal.
231
233
 
232
234
  ### Color
233
235
 
234
- Each theme comes with a custom color palette built on top of the default Tailwind CSS v4 color palette you can customize in `app/assets/stylesheets/railsui/theme.css`.
236
+ Each app kit comes with a custom color palette built on top of the default Tailwind CSS v4 color palette you can customize in `app/assets/stylesheets/railsui/theme.css`.
235
237
 
236
238
  ### Icons
237
239
 
238
- Bundled with Rails UI is a gem called [railsui_icon](https://github.com/getrailsui/railsui_icon). This gem includes a collection of icons that are used in all themes. Right now it's based soley on [heroicons](https://heroicons.com) and will be expanded to include more icons in the future.
240
+ Bundled with Rails UI is a gem called [railsui_icon](https://github.com/getrailsui/railsui_icon). This gem includes a collection of icons that are used in all app kits. Right now it's based soley on [heroicons](https://heroicons.com) and will be expanded to include more icons in the future.
239
241
 
240
242
  ### JavaScript
241
243
 
242
- All Rails UI components are built on top of Stimulus.js. A theme includes custom Stimulus controllers and our own JavaScript library called [railsui-stimulus](https://github.com/getrailsui/railsui-stimulus) which is just an extraction of components we find ourselves using in our own apps and between themes.
244
+ All Rails UI components are built on top of Stimulus.js. An app kit includes custom Stimulus controllers and our own JavaScript library called [railsui-stimulus](https://github.com/getrailsui/railsui-stimulus) which is just an extraction of components we find ourselves using in our own apps and between app kits.
243
245
 
244
246
  ## Updates
245
247
 
@@ -249,7 +251,7 @@ Run `bundle update railsui` from within your project and it should fetch the mos
249
251
 
250
252
  Version 2 of Rails UI has since been sunset. Unfortunately, there is no upgrade path we can share.
251
253
 
252
- Version 3 was a rewrite of the gem and how Rails UI works to enable better flexibility. Version 3 offers the ability to swap themes, install on new and existing rails apps, and countless other smaller features. We chose this direction to enable more efficient development in the future and allow folks with existing apps the ability to use Rails UI.
254
+ Version 3 was a rewrite of the gem and how Rails UI works to enable better flexibility. Version 3 offers the ability to swap app kits, install on new and existing rails apps, and countless other smaller features. We chose this direction to enable more efficient development in the future and allow folks with existing apps the ability to use Rails UI.
253
255
 
254
256
  You can find version 2 on a dedicated branch on the Github repo. If you're an active user of this version be sure to update your Gemfile with the appropriate branch.
255
257
 
@@ -1,3 +1,3 @@
1
1
  module Railsui
2
- VERSION = "3.4.2"
2
+ VERSION = "3.4.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsui
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Leverenz
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails
@@ -65,7 +65,9 @@ dependencies:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
67
  version: '2.0'
68
- description: Professionally designed UI components and templates for Ruby on Rails.
68
+ description: Rails UI is the product UI system for Rails SaaS builders. Complete app
69
+ kits and the Rails-native components behind them, in clean ERB and Tailwind, so
70
+ you ship a finished product instead of a blank page.
69
71
  email:
70
72
  - railsui@justalever.com
71
73
  executables: []
@@ -1804,7 +1806,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1804
1806
  - !ruby/object:Gem::Version
1805
1807
  version: '0'
1806
1808
  requirements: []
1807
- rubygems_version: 3.6.5
1809
+ rubygems_version: 3.6.9
1808
1810
  specification_version: 4
1809
- summary: Plug and play UI for Rails
1811
+ summary: The product UI system for Rails SaaS builders
1810
1812
  test_files: []