Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / goncalossilva/acts_as_paranoid issues and pull requests

#143 - Bump rake from 0.9.2.2 to 12.3.3

Pull Request - State: open - Opened by dependabot[bot] over 4 years ago
Labels: dependencies

#142 - Bump i18n from 0.6.0 to 0.9.5

Pull Request - State: open - Opened by dependabot[bot] almost 5 years ago
Labels: dependencies

#141 - Update activerecord requirement from ~> 3.2 to >= 3.2, < 7.0

Pull Request - State: open - Opened by dependabot[bot] almost 5 years ago
Labels: dependencies

#140 - Add code block formatting to Associations section

Pull Request - State: open - Opened by kreopelle over 5 years ago

#139 - Fixed recovery order

Pull Request - State: closed - Opened by christopherchiu about 10 years ago - 1 comment

#138 - Update README.markdown

Pull Request - State: closed - Opened by kerrizor about 10 years ago - 1 comment

#137 - join association condition

Pull Request - State: closed - Opened by zlx over 10 years ago - 3 comments

#136 - fix recover counter_cache does't change bug

Pull Request - State: closed - Opened by davidqhr over 10 years ago

#135 - Update README.markdown

Pull Request - State: closed - Opened by timscott over 10 years ago

#134 - association does't work as described in readme.

Issue - State: closed - Opened by nfriend21 over 10 years ago - 3 comments

#132 - with_deleted doesn't seem to work with belongs_to

Issue - State: closed - Opened by Morred almost 11 years ago - 6 comments

#131 - has_one association and with_deleted

Issue - State: closed - Opened by arius almost 11 years ago - 3 comments
Labels: Feature

#130 - Rails 4 Support

Pull Request - State: closed - Opened by PeteMichaud about 11 years ago - 11 comments

#129 - paranoiac.destroy! immediate:true

Issue - State: closed - Opened by pannous about 11 years ago - 1 comment

#128 - Add :touch option allow update timestamp after destroy

Pull Request - State: closed - Opened by allenwei about 11 years ago - 3 comments
Labels: Feature, Future

#127 - Update README.markdown

Pull Request - State: closed - Opened by jimiray about 11 years ago - 1 comment

#126 - add option to not use default scope.

Pull Request - State: closed - Opened by sufleR about 11 years ago - 4 comments
Labels: Won't Fix

#125 - acts_as_paranoid and attr_accessible order affects MassAssignementSecurity::Error

Issue - State: closed - Opened by garyharan about 11 years ago - 8 comments

#124 - Add mass_assignable option to documentation

Issue - State: open - Opened by christopherchiu about 11 years ago - 1 comment

#123 - Make mass assignment of the paranoid column an option.

Pull Request - State: closed - Opened by donv about 11 years ago - 6 comments

#122 - on new_record has_many association + with_deleted scope returns all records

Issue - State: closed - Opened by gtournie about 11 years ago - 1 comment

#121 - has_many through relation not getting affected in rails 3.2.13

Issue - State: open - Opened by ami1906 about 11 years ago - 1 comment

#120 - validates_uniqueness_of_without_deleted does not work

Issue - State: closed - Opened by tranngocsam about 11 years ago - 1 comment

#119 - acts_as_tenant gem breaks Recover on my associations

Issue - State: closed - Opened by srb- about 11 years ago - 1 comment

#118 - Dirty tracking not working in after_recover callback

Issue - State: open - Opened by russellbrown about 11 years ago - 1 comment

#117 - add join_association to add condition when join tables [after rebase]

Pull Request - State: closed - Opened by zlx over 11 years ago - 2 comments

#116 - Active Record Callbacks not working

Issue - State: closed - Opened by victorhazbunanuff over 11 years ago - 6 comments

#115 - ActiveRecord queries with includes now respect :with_deleted => true

Pull Request - State: closed - Opened by tkupari over 11 years ago - 4 comments

#113 - Syntactic Sugars

Issue - State: closed - Opened by alex-zige over 11 years ago - 2 comments

#112 - Release 0.4.2 with fixes

Issue - State: closed - Opened by avit over 11 years ago - 8 comments

#110 - Added feature that lets "deleted_at" column handle UNIX time

Pull Request - State: closed - Opened by qpSHiNqp over 11 years ago - 2 comments
Labels: Won't Fix

#109 - add option for never deleting records from db

Pull Request - State: open - Opened by jefk over 11 years ago - 5 comments
Labels: Future

#108 - support boolean with default set to false, rather than NULL, and all tests passed

Pull Request - State: closed - Opened by dchentech over 11 years ago - 3 comments

#107 - deleted_after_time / deleted_before_time scopes always return empty set

Issue - State: open - Opened by serggl over 11 years ago - 2 comments

#106 - Restore objects without validation procedure

Pull Request - State: closed - Opened by serggl over 11 years ago - 3 comments

#105 - fixing belongs_to :meta_thing, :dependent => destroy, polymorphic => true

Pull Request - State: closed - Opened by taelor over 11 years ago - 6 comments

#104 - Stack level too deep when upgrading

Issue - State: closed - Opened by andr3w321 over 11 years ago - 4 comments

#103 - Cannot save a deleted record

Issue - State: closed - Opened by CarmelK over 11 years ago - 5 comments

#102 - Rails 4.0.0.beta1 compatibility

Pull Request - State: closed - Opened by byroot over 11 years ago - 14 comments

#101 - Rails 4.0.0.beta1 compatibility

Pull Request - State: closed - Opened by byroot over 11 years ago - 2 comments

#100 - Updated README. Fixed assocciation example as it was outdated and broken

Pull Request - State: closed - Opened by budnik over 11 years ago - 1 comment

#99 - Fix of element size differs. + Checking persisted

Pull Request - State: closed - Opened by noma4i over 11 years ago - 6 comments

#98 - Acts_as_paranoid totally broke association save logic

Issue - State: closed - Opened by AlexKovynev over 11 years ago - 1 comment

#97 - Method alias for `destroyed?` confuses Rails `persisted?`

Issue - State: closed - Opened by avit over 11 years ago - 1 comment

#96 - Undelete_value for boolean

Pull Request - State: closed - Opened by AlexKovynev over 11 years ago - 2 comments

#95 - Make the paranoid column a protected attribute

Pull Request - State: closed - Opened by agios over 11 years ago

#94 - Don't fail when trying to remove an unsaved object

Pull Request - State: closed - Opened by dmathieu over 11 years ago - 4 comments

#93 - Remove table name from default scope sql queries

Pull Request - State: closed - Opened by gvieira over 11 years ago

#92 - Add method getting non deleted record after unscoped

Pull Request - State: open - Opened by hmsk over 11 years ago
Labels: Feature, Future

#91 - can't use :with_deleted on has_many

Issue - State: closed - Opened by billingb over 11 years ago - 4 comments

#90 - datetime instead of time as column type

Issue - State: closed - Opened by myKingEdem over 11 years ago - 4 comments

#89 - Unable to update a deleted record

Issue - State: closed - Opened by byroot over 11 years ago - 9 comments

#88 - Chicken && Egg

Issue - State: closed - Opened by dexion almost 12 years ago - 3 comments

#87 - _

Issue - State: closed - Opened by sawada0903 almost 12 years ago

#86 - Fixed bug with double `belongs_to :assoc, :with_deleted => true`

Pull Request - State: closed - Opened by adie almost 12 years ago - 1 comment

#85 - Composite Primary Keys Support

Pull Request - State: closed - Opened by HoneyryderChuck almost 12 years ago - 2 comments

#84 - Composite Primary Keys Support

Pull Request - State: closed - Opened by HoneyryderChuck almost 12 years ago - 1 comment

#83 - Association with_deleted for HABTM

Issue - State: closed - Opened by kelso almost 12 years ago - 4 comments

#82 - Retains the original ActiveRecord behaviour for #persisted? ...

Pull Request - State: closed - Opened by chuckbergeron almost 12 years ago - 4 comments

#81 - Add support for string type with non-nil values when not deleted

Pull Request - State: closed - Opened by aake about 12 years ago - 6 comments

#80 - uniqueness validations not paranoid-implicit

Issue - State: closed - Opened by HoneyryderChuck about 12 years ago - 3 comments

#79 - Gemname should change

Issue - State: closed - Opened by HoneyryderChuck about 12 years ago - 14 comments

#78 - Fix tests

Pull Request - State: closed - Opened by dra1n about 12 years ago - 1 comment

#77 - Unique constraint

Pull Request - State: closed - Opened by dra1n about 12 years ago - 3 comments

#75 - ActionView::Template::Error (missing attribute: deleted_at) in url_for or to_param

Issue - State: closed - Opened by ermolaev about 12 years ago - 1 comment

#74 - Optional deleted_by support

Issue - State: closed - Opened by christhekeele about 12 years ago - 3 comments

#71 - arel sub calls to "joins" don't insert the condition in the "on" block

Issue - State: closed - Opened by HoneyryderChuck about 12 years ago - 7 comments

#69 - Backported :with_deleted option to belongs_to and fixed finding associated records.

Pull Request - State: closed - Opened by dra1n over 12 years ago - 1 comment

#67 - Keep original options

Pull Request - State: closed - Opened by periclesd over 12 years ago

#64 - Fix nil polymorphic, with_deleted, belongs_to

Pull Request - State: closed - Opened by periclesd over 12 years ago - 5 comments

#63 - Add generator for installing acts_as_paranoid and creating migration

Pull Request - State: open - Opened by treydock over 12 years ago - 1 comment

#62 - ActiveRecord queries with :includes do not respect :with_deleted => true

Issue - State: open - Opened by moottoast over 12 years ago - 10 comments

#61 - with_deleted options by associations still a bit buggy

Issue - State: closed - Opened by HoneyryderChuck over 12 years ago - 7 comments

#59 - Dependent deletion / recovery tests and fixes

Pull Request - State: closed - Opened by chuckg over 12 years ago - 2 comments

#58 - ActsAsParanoid::Associations should be added to ActiveRecord::Base

Issue - State: closed - Opened by pcreux over 12 years ago - 3 comments

#55 - Rails 3.2, default scope support, chainable scopes/associations

Pull Request - State: closed - Opened by chuckg over 12 years ago - 5 comments

#54 - belongs_to :with_deleted => true

Pull Request - State: closed - Opened by renra over 12 years ago - 2 comments

#53 - undefined method 'primary_key_name' in rails 3.2.1

Pull Request - State: closed - Opened by comboy over 12 years ago - 1 comment

#51 - rails3_acts_as_paranoid regression tests, relations, and bug fixes.

Pull Request - State: closed - Opened by softcraft-development over 12 years ago - 6 comments

#48 - Add :with_deleted option to belongs_to

Pull Request - State: closed - Opened by donv almost 13 years ago - 7 comments

#46 - Changes to rails3_acts_as_paranoid for Rails 3.1

Pull Request - State: closed - Opened by softcraft-development almost 13 years ago - 5 comments

#44 - Customize scopes

Pull Request - State: closed - Opened by supriya almost 13 years ago - 2 comments

#43 - Use Railties for initializing plugin

Issue - State: closed - Opened by smoothcontract about 13 years ago - 2 comments
Labels: Feature

#39 - association.foreign_key instead of association.primary_key_name for future compatibility

Pull Request - State: closed - Opened by codeout about 13 years ago - 3 comments

#36 - There should be a only_not_deleted scope

Issue - State: closed - Opened by goncalossilva about 13 years ago
Labels: Feature

#34 - Fix "Ensure record is accessible after destroyed"

Pull Request - State: closed - Opened by dchentech about 13 years ago - 1 comment

#33 - Add support for using ActiveRecord::Observer

Pull Request - State: closed - Opened by whoward about 13 years ago - 1 comment

#30 - Ensure record is accessible after destroyed

Pull Request - State: closed - Opened by dchentech about 13 years ago - 2 comments

#27 - Could you please support boolean with default set to false, rather than NULL?

Issue - State: open - Opened by leisun about 13 years ago - 4 comments
Labels: Feature, Future

#21 - Inherited models dont inherit acts_as_paranoid properly

Issue - State: closed - Opened by omricohen over 13 years ago - 3 comments

#17 - Small change to restore functionality

Pull Request - State: closed - Opened by cheerfulstoic over 13 years ago - 1 comment

#13 - Documentation for validates_uniqueness_of_without_deleted

Pull Request - State: closed - Opened by copyhacker almost 14 years ago

#11 - Added validates_uniqueness_of_with_deleted from the original AAP

Pull Request - State: closed - Opened by copyhacker almost 14 years ago - 8 comments

#4 - callbacks on destroy

Pull Request - State: closed - Opened by jpemberthy about 14 years ago - 1 comment