1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add bundler gem tasks More... almost 9 years ago
fix gemspec More... almost 9 years ago
Merge pull request #1 from kangguru/lookup-paths More... almost 9 years ago
this is getting weird, the old default form is also still needed More... over 9 years ago
the lookup needs to be the same as in king_form/base More... over 9 years ago
fix broken translation keys as the internals of `human_attribute_name` have changed More... over 9 years ago
adapt the new method signature for `fields_for` otherwise the options aren't picked up anymore resulting in NoMethodErrors More... over 9 years ago
as `human_attribute_name` changed the way how "."'s are interpreted in 3.2.x (now as namespaces) this will first try to access the assumed path directly and then fallback to the standard behavior. More... over 9 years ago
fix custom strfmoney method More... over 11 years ago
add object for strfmoney parser More... over 11 years ago
add chosen's data-placeholder info for selects More... over 11 years ago
make a string of action column class beforehand More... over 11 years ago
add id to buttons if needed More... over 11 years ago
do not override a method, extend it! More... over 11 years ago
commented king_form overrides More... over 11 years ago
Merge branch 'develop' of github.com:salesking/king_views into develop More... over 11 years ago
use base.class_attribute for rails v >3.0 in king_format More... over 11 years ago
proper formatting of Polish złoty More... almost 12 years ago
give out proper dollar, yen and pound sterling format More... almost 12 years ago
percent formatting, strip trailing 0, precision up to 4 More... almost 12 years ago
use an HTML info translation if possible More... almost 12 years ago
adding proper Polish unit More... almost 12 years ago
select options fix More... about 12 years ago
fixed tag_wrapper More... about 12 years ago
more html_safe More... about 12 years ago
more html safe output for rails3 More... about 12 years ago
return html_safe string in helpers More... about 12 years ago
remove deprecation warnings for using form_for(:model, @resource) instead of form_for(@resource, :as => :model) More... about 12 years ago
symbolize keys working on Rails 3.0.11 (HashWithIndifferentAccess doesn't have this method in Rails >3.0-<3.2 for some reason) More... about 12 years ago
Merge branch 'develop' of github.com:salesking/king_views into develop More... about 12 years ago