-
Created by **Pierre Martin**, 23rd Jan 2013. _(originally [Lighthouse ticket #342](http://croogo.lighthouseapp.com/projects/32818/tickets/342))_:
---
So far slugs are not validated server side, so i…
ghost updated
9 years ago
-
I added the filter in function.php, the slug is well translated but the page of translated slug is empty, can you help me?
-
Hi, I use your gem with friendly-id and globalize (last versions) in a Rails 4.2.5 application. I need to update slug every time a user modify the attribute name.
Model :
``` ruby
class Project < A…
-
_From @arschles on January 29, 2016 20:20_
Ref https://github.com/deis/workflow/issues/324
_Copied from original issue: deis/builder#138_
-
### Description
If I change the name of my account to something other than the title of the custom icon and instead use an "altName" of the account, the custom icon will not be displayed.
### Exam…
-
Currently you have to use ID to get a single project.
Want to add so we can look them up on some kind of normalized name, such as a URL slug dedicated for each project.
They would still have the…
-
Urls to polls are unclear and should be better readable:
/P%20I%20Z%20Z%20A%20P%20A%20R%20T%20I%20E
should be
/p-i-z-z-a-p-a-r-t-i-e
-
Hi,
I came across a case in my project where I would like to generate a unique slug, so I used your plugin. However, I'd like to have a unique slug *per user*, in other word, a Mongoose Compound In…
-
I fixed this by opening, madza builder plugin file mt-builder.php and in line #28 you will see this,
`$mt_o = get_option("themename_theme_options");`
I changed that to,
`$mt_o = get_option("builder…
-
What's the design vision with regards to this?
```ts
const posts = await query(
from(collection.items),
where((item) => {
if (import.meta.env.MODE === 'development') {
…