Skip to content

Commit

Permalink
removing teachale urls (hot-glue-for-rails#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb authored Feb 27, 2023
1 parent e968576 commit 963fac2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ["https://heliosdev.shop/p/hot-glue/","https://jfbcodes.com/p/hot-glue-in-depth-tutorial?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
custom: ["https://school.jasonfleetwoodboldt.com/8188?utm_source=github.com&utm_campaign=github_hot_glue_repo_funding_link"]
17 changes: 12 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
© 2022 Jason Fleetwood-Boldt. All Rights Reserved
This software is 'fauxpen source,' which means you can think of it like 'free' as in speech but not 'free' as in beer....

It is definitely 'free' as in Britney.

Copyright © 2022 Jason Fleetwood-Boldt. All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



TO PURCHASE A COMMERCIAL USAGE LICENSE PLEASE VISIT
https://heliosdev.shop/hot-glue-license

OR PURCHASE THE TUTORIAL (all purchases come with lifetime license)
https://jfbcodes.com/p/hot-glue-in-depth-tutorial
OR PURCHASE THE TUTORIALS AT
https://school.jasonfleetwoodboldt.com/8188/?utm_source=github.com
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Other than the opinionated differences and additional features, Hot Glue produce

# Get Hot Glue

## [GET THE COURSE TODAY](https://jfbcodes.com/courses/hot-glue-in-depth-tutorial/?utm_source=github.com&utm_campaign=github_hot_glue_readme_page) **only $60 USD!**
## [GET THE COURSE TODAY](https://school.jasonfleetwoodboldt.com/8188/?utm_source=github.com&utm_campaign=github_hot_glue_readme_page) **only $60 USD!**


[![Hot Glue Course](https://user-images.githubusercontent.com/59002/189544503-6edbcd40-1728-4b13-ac9a-c7772ccb8284.jpg)](https://jfbcodes.com/courses/hot-glue-in-depth-tutorial/?utm_source=github.com&utm_campaign=github_hot_glue_readme_page)
[![Hot Glue Course](https://user-images.githubusercontent.com/59002/189544503-6edbcd40-1728-4b13-ac9a-c7772ccb8284.jpg)](https://school.jasonfleetwoodboldt.com/8188?utm_source=github.com&utm_campaign=github_hot_glue_readme_page)

---
---
Expand Down Expand Up @@ -580,7 +580,7 @@ The short form looks like this. It presumes there is a 'pets' association from `

(The long form equivalent of this would be `--hawk=pet_id{current_user.pets}`)

This is covered in [Example #3 in the Hot Glue Tutorial](https://jfb.teachable.com/courses/hot-glue-in-depth-tutorial/lectures/38584014)
This is covered in [Example #3 in the Hot Glue Tutorial](https://school.jasonfleetwoodboldt.com/8188)

To hawk to a scope that is not the currently authenticated user, use the long form with `{...}`
to specify the scope. Be sure to note to add the association name itself, like `users`:
Expand All @@ -590,7 +590,7 @@ to specify the scope. Be sure to note to add the association name itself, like `
This would hawk the Appointment's `user_id` key to any users who are within the scope of the
current_user's has_many association (so, for any other "my" family, would be `current_user.family.users`).

This is covered in [Example #4 in the Hot Glue Tutorial](https://jfb.teachable.com/courses/hot-glue-in-depth-tutorial/lectures/38787505)
This is covered in [Example #4 in the Hot Glue Tutorial](https://school.jasonfleetwoodboldt.com/8188)


### `--plural=`
Expand Down Expand Up @@ -1187,8 +1187,8 @@ License check has been removed (Hot Glue is now free to use for hobbyists and in
#### 2022-03-23 - v0.5.2 - Hawked Foreign Keys

- You can now protect your foreign keys from malicious input and also restrict the scope of drop downs to show only records with the specified access control restriction.
- [Example #3](https://jfb.teachable.com/courses/hot-glue-in-depth-tutorial/lectures/38584014) in the Hot Glue Tutorial shows you how to use the hawk to limit the scope to the logged in user.
- [Example #4](https://jfb.teachable.com/courses/hot-glue-in-depth-tutorial/lectures/38787505) in the Hot Glue Tutorial shows how to hawk to a non-usual scope, the inverse of the current user's belongs_to (that is, hawk the scope to X where current_user `belongs_to :x`)
- [Example #3](https://school.jasonfleetwoodboldt.com/8188) in the Hot Glue Tutorial shows you how to use the hawk to limit the scope to the logged in user.
- [Example #4](https://school.jasonfleetwoodboldt.com/8188) in the Hot Glue Tutorial shows how to hawk to a non-usual scope, the inverse of the current user's belongs_to (that is, hawk the scope to X where current_user `belongs_to :x`)


#### 2022-03-12 - v0.5.1 - Inline List Labels
Expand Down

0 comments on commit 963fac2

Please sign in to comment.