Skip to content

Commit fa58cea

Browse files
committed
Remove all mentions to Plataformatec
1 parent 65372b4 commit fa58cea

File tree

11 files changed

+40
-51
lines changed

11 files changed

+40
-51
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ See http://blog.plataformatec.com.br/2019/09/incorrect-access-control-in-simple-
115115

116116
### bug fix
117117
* Fix `merge_wrapper_options` to correctly merge options with duplicated keys. [@herminiotorres](https://github.com/herminiotorres)
118-
Closes [#1278](https://github.com/plataformatec/simple_form/issues/1278).
118+
Closes [#1278](https://github.com/heartcombo/simple_form/issues/1278).
119119

120120
## 3.2.1
121121

@@ -177,11 +177,11 @@ See http://blog.plataformatec.com.br/2019/09/incorrect-access-control-in-simple-
177177
* Add `boolean_label_class` config.
178178
* Add `:html` option to include additional attributes on custom wrappers [@remofritzsche](https://github.com/remofritzsche) and [@ulissesalmeida](https://github.com/ulissesalmeida)
179179
* Make possible to use the Wrappers API to define attributes for the components.
180-
See https://github.com/plataformatec/simple_form/pull/997 for more information.
180+
See https://github.com/heartcombo/simple_form/pull/997 for more information.
181181
* Put a whitespace before the `inline_label` options of boolean input if it is present.
182182
* Add support to configure the `label_text` proc at the wrapper level. [@NOX73](https://github.com/NOX73)
183183
* `label_text` proc now receive three arguments (label, request, and if the label was explicit). [@timscott](https://github.com/timscott)
184-
* Add I18n support to `:include_blank` and `:prompt` when `:translate` is used as value. [@haines](https://github.com/plataformatec/simple_form/pull/616)
184+
* Add I18n support to `:include_blank` and `:prompt` when `:translate` is used as value. [@haines](https://github.com/heartcombo/simple_form/pull/616)
185185
* Add support to define custom error messages for the attributes.
186186
* Add support to change the I18n scope to be used in Simple Form. [@nielsbuus](https://github.com/nielsbuus)
187187
* The default form class can now be overridden with `html: { :class }`. [@rmm5t](https://github.com/rmm5t)
@@ -190,16 +190,16 @@ See http://blog.plataformatec.com.br/2019/09/incorrect-access-control-in-simple-
190190
* Fix `full_error` when the attribute is an association. [@mvdamme](https://github.com/jorge-d)
191191
* Fix suppport to `:namespace` and `:index` options for nested check boxes and radio buttons when the attribute is an association.
192192
* Collection input that uses automatic collection translation properly sets checked values.
193-
Closes [#971](https://github.com/plataformatec/simple_form/issues/971) [@nashby](https://github.com/nashby)
193+
Closes [#971](https://github.com/heartcombo/simple_form/issues/971) [@nashby](https://github.com/nashby)
194194
* Collection input generates `required` attribute if it has `prompt` option. [@nashby](https://github.com/nashby)
195195
* Grouped collection uses the first non-empty object to detect label and value methods.
196196

197197
## deprecation
198198
* Methods on custom inputs now accept a required argument with the wrapper options.
199-
See https://github.com/plataformatec/simple_form/pull/997 for more information.
199+
See https://github.com/heartcombo/simple_form/pull/997 for more information.
200200
* SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class.
201201
Future versions of Simple Form will not generate `simple_form` class for the form
202202
element.
203-
See https://github.com/plataformatec/simple_form/pull/1109 for more information.
203+
See https://github.com/heartcombo/simple_form/pull/1109 for more information.
204204

205-
Please check [v3.0](https://github.com/plataformatec/simple_form/blob/v3.0/CHANGELOG.md) for previous changes.
205+
Please check [v3.0](https://github.com/heartcombo/simple_form/blob/v3.0/CHANGELOG.md) for previous changes.

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## Contributing
22

33
1. If you have any questions about Simple Form, search the
4-
[Wiki](https://github.com/plataformatec/simple_form/wiki) or
5-
use the [Mailing List](https://groups.google.com/group/plataformatec-simpleform)
4+
[Wiki](https://github.com/heartcombo/simple_form/wiki)
65
or [Stack Overflow](http://stackoverflow.com/questions/tagged/simple_form).
76
Do not post questions here.
87

98
2. If you find a security bug, **DO NOT** submit an issue here.
10-
Please send an e-mail to [opensource@plataformatec.com.br](mailto:opensource@plataformatec.com.br)
9+
Please send an e-mail to [heartcombo@googlegroups.com](mailto:heartcombo@googlegroups.com)
1110
instead.
1211

1312
3. Do a small search on the issues tracker before submitting your issue to

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Do not use the issues tracker for help or support, try Stack Overflow.
44
- For bugs, do a quick search and make sure the bug has not yet been reported
5-
- If you found a security bug, do not report it through GitHub. Please send an e-mail to opensource@plataformatec.com.br instead.
5+
- If you found a security bug, do not report it through GitHub. Please send an e-mail to heartcombo@googlegroups.com instead.
66
- Finally, be nice and have fun!
77

88
## Environment

MIT-LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2009-2019 Plataformatec http://plataformatec.com.br/
1+
Copyright (c) 2020 Rafael França, Carlos Antônio da Silva
2+
Copyright (c) 2009-2019 Plataformatec
23

34
Permission is hereby granted, free of charge, to any person obtaining
45
a copy of this software and associated documentation files (the

README.md

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
![Simple Form Logo](https://raw.github.com/plataformatec/simple_form/master/simple_form.png)
2-
3-
By [Plataformatec](http://plataformatec.com.br/).
1+
![Simple Form Logo](https://raw.github.com/heartcombo/simple_form/master/simple_form.png)
42

53
Rails forms made easy.
64

@@ -9,8 +7,7 @@ your forms. The basic goal of **Simple Form** is to not touch your way of defini
97
you find the better design for your eyes. Most of the DSL was inherited from Formtastic,
108
which we are thankful for and should make you feel right at home.
119

12-
INFO: This README is [also available in a friendly navigable format](http://simple-form.plataformatec.com.br/)
13-
and refers to **Simple Form** 3.1. For older releases, check the related branch for your version.
10+
INFO: This README refers to **Simple Form** 3.1. For older releases, check the related branch for your version.
1411

1512
## Installation
1613

@@ -184,7 +181,7 @@ By default, **Simple Form** will look at the column type in the database and use
184181
appropriate input for the column. For example, a column created with type
185182
`:text` in the database will use a `textarea` input by default. See the section
186183
[Available input types and defaults for each column
187-
type](https://github.com/plataformatec/simple_form#available-input-types-and-defaults-for-each-column-type)
184+
type](https://github.com/heartcombo/simple_form#available-input-types-and-defaults-for-each-column-type)
188185
for a complete list of defaults.
189186

190187
**Simple Form** also lets you overwrite the default input type it creates:
@@ -288,7 +285,7 @@ end
288285
</form>
289286
```
290287

291-
To view the actual RDocs for this, check them out here - http://rubydoc.info/github/plataformatec/simple_form/master/SimpleForm/FormBuilder:input_field
288+
To view the actual RDocs for this, check them out here - http://rubydoc.info/github/heartcombo/simple_form/master/SimpleForm/FormBuilder:input_field
292289

293290
### Collections
294291

@@ -318,7 +315,7 @@ Collection inputs accept two other options beside collections:
318315
Those methods are useful to manipulate the given collection. Both of these options also accept
319316
lambda/procs in case you want to calculate the value or label in a special way eg. custom
320317
translation. You can also define a `to_label` method on your model as **Simple Form** will search for
321-
and use `:to_label` as a `:label_method` first if it is found.
318+
and use `:to_label` as a `:label_method` first if it is found.
322319

323320
By default, **Simple Form** will use the first item from an array as the label and the second one as the value.
324321
If you want to change this behavior you must make it explicit, like this:
@@ -992,7 +989,7 @@ when the content is present.
992989

993990
## Custom Components
994991

995-
When you use custom wrappers, you might also be looking for a way to add custom components to your
992+
When you use custom wrappers, you might also be looking for a way to add custom components to your
996993
wrapper. The default components are:
997994

998995
```ruby
@@ -1143,7 +1140,7 @@ by passing the html5 option:
11431140

11441141
### Using non Active Record objects
11451142

1146-
There are few ways to build forms with objects that don't inherit from Active Record, as
1143+
There are few ways to build forms with objects that don't inherit from Active Record, as
11471144
follows:
11481145

11491146
You can include the module `ActiveModel::Model`.
@@ -1156,7 +1153,7 @@ class User
11561153
end
11571154
```
11581155

1159-
If you are using Presenters or Decorators that inherit from `SimpleDelegator` you can delegate
1156+
If you are using Presenters or Decorators that inherit from `SimpleDelegator` you can delegate
11601157
it to the model.
11611158

11621159
```ruby
@@ -1190,7 +1187,7 @@ class User
11901187
end
11911188
```
11921189

1193-
If your object doesn't implement those methods, you must make explicit it when you are
1190+
If your object doesn't implement those methods, you must make explicit it when you are
11941191
building the form
11951192

11961193
```ruby
@@ -1213,44 +1210,36 @@ end
12131210

12141211
## Information
12151212

1216-
### Google Group
1217-
1218-
If you have any questions, comments, or concerns please use the Google Group instead of the GitHub
1219-
Issues tracker:
1220-
1221-
http://groups.google.com/group/plataformatec-simpleform
1222-
12231213
### RDocs
12241214

12251215
You can view the **Simple Form** documentation in RDoc format here:
12261216

1227-
http://rubydoc.info/github/plataformatec/simple_form/master/frames
1217+
http://rubydoc.info/github/heartcombo/simple_form/master/frames
12281218

12291219
### Bug reports
12301220

12311221
If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as
12321222
possible to help us in fixing the potential bug. We also encourage you to help even more by forking and
12331223
sending us a pull request.
12341224

1235-
https://github.com/plataformatec/simple_form/issues
1225+
https://github.com/heartcombo/simple_form/issues
12361226

1237-
If you have discovered a security related bug, please do NOT use the GitHub issue tracker. Send an e-mail to opensource@plataformatec.com.br.
1227+
If you have discovered a security related bug, please do NOT use the GitHub issue tracker. Send an e-mail to heartcombo@googlegroups.com.
12381228

12391229
## Maintainers
12401230

1241-
* José Valim (https://github.com/josevalim)
12421231
* Carlos Antonio da Silva (https://github.com/carlosantoniodasilva)
12431232
* Rafael Mendonça França (https://github.com/rafaelfranca)
1244-
* Vasiliy Ermolovich (https://github.com/nashby)
1233+
* Felipe Renan (https://github.com/feliperenan)
12451234

12461235
[![Gem Version](https://fury-badge.herokuapp.com/rb/simple_form.png)](http://badge.fury.io/rb/simple_form)
1247-
[![Build Status](https://api.travis-ci.org/plataformatec/simple_form.svg?branch=master)](http://travis-ci.org/plataformatec/simple_form)
1248-
[![Code Climate](https://codeclimate.com/github/plataformatec/simple_form.png)](https://codeclimate.com/github/plataformatec/simple_form)
1249-
[![Inline docs](http://inch-ci.org/github/plataformatec/simple_form.png)](http://inch-ci.org/github/plataformatec/simple_form)
1236+
[![Build Status](https://api.travis-ci.org/heartcombo/simple_form.svg?branch=master)](http://travis-ci.org/heartcombo/simple_form)
1237+
[![Code Climate](https://codeclimate.com/github/heartcombo/simple_form.png)](https://codeclimate.com/github/heartcombo/simple_form)
1238+
[![Inline docs](http://inch-ci.org/github/heartcombo/simple_form.png)](http://inch-ci.org/github/heartcombo/simple_form)
12501239

12511240
## License
12521241

1253-
MIT License. Copyright 2009-2019 Plataformatec. http://plataformatec.com.br
1242+
MIT License. Copyright 2020 Rafael França, Carlos Antônio da Silva. Copyright 2009-2019 Plataformatec.
1243+
1244+
The Simple Form logo is licensed under [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/).
12541245

1255-
You are not granted rights or licenses to the trademarks of the Plataformatec, including without
1256-
limitation the Simple Form name or logo.

lib/generators/simple_form/templates/config/initializers/simple_form.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Uncomment this and change the path if necessary to include your own
44
# components.
5-
# See https://github.com/plataformatec/simple_form#custom-components to know
5+
# See https://github.com/heartcombo/simple_form#custom-components to know
66
# more about custom components.
77
# Dir[Rails.root.join('lib/components/**/*.rb')].each { |f| require f }
88
#

lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# This generator is maintained by the community around simple_form-bootstrap:
55
# https://github.com/rafaelfranca/simple_form-bootstrap
66
# All future development, tests, and organization should happen there.
7-
# Background history: https://github.com/plataformatec/simple_form/issues/1561
7+
# Background history: https://github.com/heartcombo/simple_form/issues/1561
88

99
# Uncomment this and change the path if necessary to include your own
1010
# components.
11-
# See https://github.com/plataformatec/simple_form#custom-components
11+
# See https://github.com/heartcombo/simple_form#custom-components
1212
# to know more about custom components.
1313
# Dir[Rails.root.join('lib/components/**/*.rb')].each { |f| require f }
1414

lib/generators/simple_form/templates/config/initializers/simple_form_foundation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Uncomment this and change the path if necessary to include your own
44
# components.
5-
# See https://github.com/plataformatec/simple_form#custom-components to know
5+
# See https://github.com/heartcombo/simple_form#custom-components to know
66
# more about custom components.
77
# Dir[Rails.root.join('lib/components/**/*.rb')].each { |f| require f }
88
#

lib/simple_form.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def %{name}
3535
3636
def %{name}(wrapper_options)
3737
38-
See https://github.com/plataformatec/simple_form/pull/997 for more information.
38+
See https://github.com/heartcombo/simple_form/pull/997 for more information.
3939
WARN
4040

4141
FILE_METHODS_DEPRECATION_WARN = <<-WARN

lib/simple_form/inputs/collection_check_boxes_input.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class CollectionCheckBoxesInput < CollectionRadioButtonsInput
55
protected
66

77
# Checkbox components do not use the required html tag.
8-
# More info: https://github.com/plataformatec/simple_form/issues/340#issuecomment-2871956
8+
# More info: https://github.com/heartcombo/simple_form/issues/340#issuecomment-2871956
99
def has_required?
1010
false
1111
end

0 commit comments

Comments
 (0)