issues
search
mongoid
/
mongoid-slug
Generates a URL slug/permalink based on fields in a Mongoid-based model.
https://github.com/mongoid/mongoid-slug
MIT License
492
stars
164
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add multi-field scoping for slugs
#274
mikekosulin
closed
6 months ago
4
Mongoid paranoia support
#273
johnnyshields
opened
1 year ago
1
Cleanup
#272
johnnyshields
closed
1 year ago
0
Add option for index: false
#271
johnnyshields
closed
1 year ago
0
Drop support for Mongoid 6 and Ruby 2.4
#270
johnnyshields
closed
3 years ago
1
Add experimental builds to CI
#269
johnnyshields
closed
3 years ago
0
Ensure localized slug creates index for slug default locale sub-field when "localize: true" is specified
#268
johnnyshields
closed
3 years ago
1
Drop support for Mongoid < 7 in new versions
#267
johnnyshields
closed
3 years ago
1
Please make me a Rubygems co-owner
#266
johnnyshields
closed
3 years ago
0
Fix the CI
#265
johnnyshields
closed
3 years ago
0
Fix CI
#264
dblock
closed
3 years ago
1
Mongoid7
#263
johnnyshields
closed
3 years ago
0
GH actions v2
#262
johnnyshields
closed
3 years ago
0
#slug should not default to _id.to_s
#261
johnnyshields
opened
3 years ago
3
Add Github Actions and remove Travis CI
#260
johnnyshields
closed
3 years ago
6
Heroku Deploy Fails
#259
Daltron
closed
5 years ago
12
Can't find document by localized slug
#258
stefankp
closed
3 years ago
3
Customize name of the _slugs field
#257
dblock
opened
6 years ago
0
Can't get the gem to work
#256
vfonic
closed
6 years ago
5
Use Mongoid::Config#models in Rake task, resolves #247
#255
kailan
closed
6 years ago
1
Upgraded RuboCop to 0.58.2.
#254
dblock
closed
6 years ago
1
Release v. Next
#253
dblock
closed
6 years ago
1
Add support for Mongoid 7
#252
kailan
closed
6 years ago
8
Use Mongoid::Config.models to get the list of all available models in mongoid_slug.rake
#251
syzspectroom
closed
6 years ago
3
Abandoning slugs while keeping slug history
#250
geraldhiller
opened
6 years ago
3
Add support for mongoid 7
#249
Fudoshiki
closed
6 years ago
8
rake task warnings
#248
ipatovanton
closed
6 years ago
5
TypeError: compared with non class module
#247
chandanbenjaram
closed
6 years ago
3
Multiple slugs for the same model?
#246
melyamri
opened
7 years ago
1
Rake task not working
#245
Loschcode
closed
7 years ago
14
Allow users to disable index declaration or customize an index
#244
dblock
opened
7 years ago
0
Ensure localized slug creates index on expected locale field
#243
onomated
closed
3 years ago
4
Slug index creation not taking localization into account
#242
onomated
opened
7 years ago
3
Remove deprecated alias_method_chain
#241
hugoabonizio
closed
7 years ago
5
Ensure we find the correct Regexp::Raw class
#240
artfuldodger
closed
7 years ago
4
Releasing v5.3.2
#239
mzikherman
closed
7 years ago
6
Use BSON::Regexp::Raw over Ruby's Regexp when querying the server
#238
mzikherman
closed
7 years ago
6
Question re: generating paths/urls when using scoped slug
#237
raphaelcm
opened
7 years ago
5
Better index on Mongoid 6 / MongoDB 3.2+
#236
johnnyshields
opened
7 years ago
1
Very slow slug generation queries with latest BSON and mongo driver
#235
mzikherman
closed
7 years ago
3
Mongoid 6 support.
#234
dblock
closed
7 years ago
0
Scoping not working under Rails 5
#233
cenotaph
opened
7 years ago
4
[Rails 5 Deprecation] alias_method_chain is deprecated
#232
Soulou
closed
7 years ago
1
updated Mongoid to v. 6
#231
moodlemags
closed
7 years ago
17
Mongoid 6 beta support
#230
narutosanjiv
closed
8 years ago
3
Upgraded RuboCop 0.42.0.
#229
dblock
closed
8 years ago
0
Moved mongoid-slug to the Mongoid organization.
#228
dblock
closed
8 years ago
1
Better handling of unique and sparse index constraints.
#227
dblock
closed
8 years ago
1
Bug: an optional has_many/belongs_to yields a unique index constraint.
#226
dblock
closed
8 years ago
2
Fix #222: Mongo::Error::OperationFailure: E11000 duplicate key error index.
#225
dblock
closed
8 years ago
14
Next