Commit Graph

20 Commits

Author SHA1 Message Date
Rafael Mendonça França 2e6f38083d Fix documentation for defaults options in simple_form_for 2012-01-30 12:13:11 -02:00
Rafael Mendonça França 05f5e978ba SimpleForm is a strong name 2012-01-30 12:10:30 -02:00
Rafael Mendonça França 3147cc379e Welcome back José ❤️ 2012-01-30 12:01:35 -02:00
Carlos Antonio da Silva 26f3c20f1a :radio is not :radio_buttons
Makes the API more consistent with :check_boxes, and improves
compatibility with bootstrap collections by avoiding :radio namespace
collision.
2012-01-27 17:47:48 -02:00
Rafael Mendonça França 10bd50dcf8 Review README format 2012-01-27 17:14:16 -02:00
Carlos Antonio da Silva 9f7a7bcbb9 Remove useless indent from code blocs in readme [ci skip] 2012-01-24 20:10:17 -02:00
Carlos Antonio da Silva f2e073c0f7 2012 [ci skip]
Hope we can do the same bump next year :)
2012-01-24 19:37:02 -02:00
Carlos Antonio da Silva eb72c1afa2 Update Readme and Changelog 2012-01-24 15:36:40 -02:00
Carlos Antonio da Silva b4e297f98c Merge branch 'master' of https://github.com/klobuczek/simple_form into klobuczek-master
Conflicts:
	Gemfile
	README.md
	lib/simple_form/inputs/base.rb
	lib/simple_form/inputs/collection_input.rb
	test/support/models.rb
2012-01-24 14:52:00 -02:00
Carlos Antonio da Silva e4cd411610 Update Changelog, add Readme info about grouped collection 2012-01-24 14:19:45 -02:00
JESii 2f5a0fb61b Corrections to README file
Added note regarding use of label_method instead of underlying text_method
2012-01-07 08:08:42 -08:00
Ram Dobson b4a32f3664 move default attribute translations out of root
(#384)

- move simpleform.label.username to simpleform.label.defaults.username
- update README
- allow lookup of reflections on simpleform.label.defaults

Conflicts:

	lib/simple_form/inputs/base.rb
	test/components/label_test.rb
	test/form_builder/hint_test.rb
2011-12-10 16:50:03 -05:00
Sai Lavu a270f954dd Update README.md 2011-12-09 15:25:40 +11:00
Sai Lavu a452718d0e Update README.md 2011-12-09 15:24:05 +11:00
George Guimarães c04f719489 Implements defaults options for simple_form_for.
Closes #355

with help from @hugobarauna and @rafaelfranca
2011-11-10 10:12:19 -02:00
Rafael Mendonça França 5dd4a63bb0 Add travis-ci build image 2011-11-08 15:37:09 -02:00
Heinrich Klobuczek f6fbaf2d9c Merge remote branch 'upstream/master'
Conflicts:
	README.md
	test/inputs_test.rb
2011-10-04 02:07:40 +02:00
Olivier Lacan 8ee50d81e3 Added :wrapper_html example to the README. 2011-09-28 12:52:38 -04:00
Carlos Antonio da Silva 6fcb98ddf3 Fix Mappings/Inputs available table layout with md. 2011-09-26 08:09:31 -03:00
Olivier Lacan 61fc74bb0a Converted README to GitHub-flavored Markdown w/ syntax highlighting for legibility. 2011-09-23 16:00:47 -04:00