issues Search Results · repo:sevenwire/forgery language:Ruby
Filter by
33 results
(75 ms)33 results
insevenwire/forgery (press backspace or delete to remove)Calling .sub method on an object of class Forgery::Extensions::String returns String object instead of
Forgery::Extensions::String object on ruby 3, which causes NoMethodError: undefined method unextend ...
maniacrush
- 1
- Opened on May 20, 2022
- #89
Gem version 0.7.0
I ve got a model with an db index that has db unique constraint
create_table thing , force: :cascade do |t|
t.string name
t.string unique_ref
t.index [ unique_ref ], name: ...
mbbertino
- 4
- Opened on Jul 2, 2020
- #85
/home/efranco/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/forgery-0.6.0/lib/forgery/forgery/lorem_ipsum.rb:51:
warning: constant ::Fixnum is deprecated
efranco89
- 2
- Opened on Apr 6, 2017
- #82
Hi @kiela
We already discussed in https://github.com/sevenwire/forgery/pull/77 that there will be a new version released that
fixes the deprecation warnings in Ruby 2.4
I opened this issue to make it ...
spickermann
- 4
- Opened on Jan 23, 2017
- #79
Seems like it should generate random Lorem Ipsum strings? Can t use it for anything that requires unique text.
JD-Kaplan
- 2
- Opened on May 12, 2015
- #75
Random number is generated by this code in the 12th line of forgery/extensions/range.rb.
Kernel.rand(last - first + (exclude_end? ? 0 : 1)) + first
Forgery(:basic).number(at_least: 0.3, at_most: 1.2) ...
skoba
- 1
- Opened on Feb 25, 2014
- #61
I know I, for one, would love to use Forgery::Geo without depending on GitHub.
christhekeele
- 1
- Opened on Mar 18, 2013
- #55
While the #-(###)###-#### format is simple enough, it creates phone numbers which are not E164 compliant.
This is an issue if you want to introduce phone number plausibility checking from Phony into your ...
ludwigschubert
- 5
- Opened on Dec 1, 2012
- #54
This generates invalid emails such as:
cpalmer@group buy united.biz pday@deliver the deals.biz jlawson@steal the deal.name arodriguez@wagjag.net aortiz@all
buys.gov kflores@smart canucks.com jpeters@yipit.org ...
fionaom
- 1
- Opened on Jul 24, 2012
- #53
Well, not quite nowhere. There are many self-referencing links caused by lonely square brackets (e.g. many more! )
Hopefully no one s already caught in an infinite loop. ;D
fny
- 4
- Opened on Mar 26, 2012
- #48

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.