1
I Use This!
Inactive

Commits : Listings

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